From 4f409943c6eed9fb75ed765517d5b9b66e1a5440 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 16 Jan 2021 16:44:33 +0100 Subject: Added new Items from the Mining Update (#358) * Added new Items * Forgot one Items brrr --- items/THE_CAKE.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/THE_CAKE.json (limited to 'items/THE_CAKE.json') diff --git a/items/THE_CAKE.json b/items/THE_CAKE.json new file mode 100644 index 00000000..1dc02e2c --- /dev/null +++ b/items/THE_CAKE.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:cake", + "displayname": "§f§f§cThe Cake", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§dThere is no cake.\",1:\"\",2:\"§c§lSPECIAL\"],Name:\"§f§f§cThe Cake\"},ExtraAttributes:{id:\"THE_CAKE\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§dThere is no cake.", + "", + "§c§lSPECIAL" + ], + "internalname": "THE_CAKE", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +} \ No newline at end of file -- cgit