diff options
Diffstat (limited to 'items/ENCHANTED_COOKIE.json')
-rw-r--r-- | items/ENCHANTED_COOKIE.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/ENCHANTED_COOKIE.json b/items/ENCHANTED_COOKIE.json new file mode 100644 index 00000000..7ca27b88 --- /dev/null +++ b/items/ENCHANTED_COOKIE.json @@ -0,0 +1,13 @@ +{ + "internalname": "ENCHANTED_COOKIE", + "itemid": "minecraft:cookie", + "displayname": "Enchanted Cookie", + "clickcommand": "viewrecipe", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§9§lRARE\"],Name:\"§9Enchanted Cookie\"},ExtraAttributes:{id:\"ENCHANTED_COOKIE\"}}", + "modver": "1.0.0", + "lore": [ + "§8Brewing Ingredient", + "§9§lRARE" + ] +}
\ No newline at end of file |