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