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
27
|
{
"itemid": "minecraft:fish",
"displayname": "§f§f§cRock the Fish",
"nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§7Fish ore.\",1:\"\",2:\"§c§lSPECIAL\"],Name:\"§f§f§cRock the Fish\"},ExtraAttributes:{id:\"ROCK_THE_FISH\"},AttributeModifiers:[]}",
"damage": 0,
"lore": [
"§7§7Fish ore.",
"",
"§c§lSPECIAL"
],
"internalname": "ROCK_THE_FISH",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Rock_the_Fish",
"https://wiki.hypixel.net/Rock_The_Fish"
],
"recipes": [
{
"type": "trade",
"cost": "ENCHANTED_EMERALD:6",
"result": "ROCK_THE_FISH"
}
]
}
|