diff options
Diffstat (limited to 'items/ENCHANTED_COCOA.json')
-rw-r--r-- | items/ENCHANTED_COCOA.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/items/ENCHANTED_COCOA.json b/items/ENCHANTED_COCOA.json index fa7803fc..77647985 100644 --- a/items/ENCHANTED_COCOA.json +++ b/items/ENCHANTED_COCOA.json @@ -1,13 +1,28 @@ { - "internalname": "ENCHANTED_COCOA", "itemid": "minecraft:dye", - "displayname": "Enchanted Cocoa Bean", - "clickcommand": "viewrecipe", - "damage": 3, + "displayname": "§aEnchanted Cocoa Bean", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Cocoa Bean\"},ExtraAttributes:{id:\"ENCHANTED_COCOA\"}}", - "modver": "1.0.0", + "damage": 3, "lore": [ "§8Brewing Ingredient", "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "INK_SACK-3:32", + "A3": "", + "B1": "INK_SACK-3:32", + "B2": "INK_SACK-3:32", + "B3": "INK_SACK-3:32", + "C1": "", + "C2": "INK_SACK-3:32", + "C3": "" + }, + "internalname": "ENCHANTED_COCOA", + "clickcommand": "viewrecipe", + "modver": "1.0.0", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Cocoa_Bean" ] }
\ No newline at end of file |