diff options
Diffstat (limited to 'items/COOKIE.json')
-rw-r--r-- | items/COOKIE.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/items/COOKIE.json b/items/COOKIE.json index b45a0df7..98f53c87 100644 --- a/items/COOKIE.json +++ b/items/COOKIE.json @@ -1,12 +1,24 @@ { - "internalname": "COOKIE", - "itemid": 357, + "itemid": "minecraft:cookie", "displayname": "§fCookie", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCookie\"},ExtraAttributes:{id:\"COOKIE\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "COOKIE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WHEAT:1", + "A2": "INK_SACK-3:1", + "A3": "WHEAT:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file |