1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"internalname": "SHRIMP_THE_FISH",
"itemid": "minecraft:fish",
"displayname": "§cShrimp the Fish",
"clickcommand": "",
"damage": 0,
"nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7I achieved nothing.\",1:\"\",2:\"§c§lSPECIAL\"],Name:\"§cShrimp the Fish\"},ExtraAttributes:{id:\"SHRIMP_THE_FISH\"}}",
"modver": "2.1.0-REL",
"lore": [
"§7I achieved nothing.",
"",
"§c§lSPECIAL"
],
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Shrimp_the_Fish",
"https://wiki.hypixel.net/Shrimp_The_Fish"
],
"recipes": [
{
"type": "trade",
"cost": "ENCHANTED_EMERALD:6",
"result": "SHRIMP_THE_FISH"
}
]
}
|