diff options
Diffstat (limited to 'items/ENCHANTED_CLOWNFISH.json')
-rw-r--r-- | items/ENCHANTED_CLOWNFISH.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ENCHANTED_CLOWNFISH.json b/items/ENCHANTED_CLOWNFISH.json index 9d6cd2b0..76022836 100644 --- a/items/ENCHANTED_CLOWNFISH.json +++ b/items/ENCHANTED_CLOWNFISH.json @@ -1,12 +1,27 @@ { - "internalname": "ENCHANTED_CLOWNFISH", "itemid": "minecraft:fish", - "displayname": "Enchanted Clownfish", - "clickcommand": "viewrecipe", - "damage": 2, + "displayname": "§aEnchanted Clownfish", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Clownfish\"},ExtraAttributes:{id:\"ENCHANTED_CLOWNFISH\"}}", - "modver": "1.0.0", + "damage": 2, "lore": [ "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "RAW_FISH-2:32", + "A3": "", + "B1": "RAW_FISH-2:32", + "B2": "RAW_FISH-2:32", + "B3": "RAW_FISH-2:32", + "C1": "", + "C2": "RAW_FISH-2:32", + "C3": "" + }, + "internalname": "ENCHANTED_CLOWNFISH", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Clownfish" ] }
\ No newline at end of file |