diff options
Diffstat (limited to 'items/ENCHANTED_CAKE.json')
-rw-r--r-- | items/ENCHANTED_CAKE.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/ENCHANTED_CAKE.json b/items/ENCHANTED_CAKE.json new file mode 100644 index 00000000..7b6b6926 --- /dev/null +++ b/items/ENCHANTED_CAKE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:cake", + "displayname": "§aEnchanted Cake", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\",2:\"\",3:\"§eClick to view recipe!\"],Name:\"§aEnchanted Cake\"},ExtraAttributes:{id:\"ENCHANTED_CAKE\"}}", + "damage": 0, + "lore": [ + "§8Brewing Ingredient", + "§a§lUNCOMMON" + ], + "internalname": "ENCHANTED_CAKE", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |