From 983cf357b3b0d4ef50f900b8e7048c02a59ed909 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:20:07 +0200 Subject: Fixed horse lvl (#974) * Fixed horse lvl * Fixed lore of blade and pet items * Added more npc's * Added new skins * Added jerry npc's * Fixed cake's and added some year 300 items * Fixed Salmon hat and dicer * Added ladder and skin * Added Tali and Cake Pack --- items/CAKE_COUNTER.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 items/CAKE_COUNTER.json (limited to 'items/CAKE_COUNTER.json') diff --git a/items/CAKE_COUNTER.json b/items/CAKE_COUNTER.json new file mode 100644 index 00000000..edcf2254 --- /dev/null +++ b/items/CAKE_COUNTER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Cake Counter", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"62b15714-fea2-36cc-a25d-929b5fbcad59\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzljMjhkYTAxZTAxMjg4MGVhY2MzYWIxZDM0ZDkxNDUzNTdkMmUyZDQ2ZDQyYWEzYjU5ZWRiOTFiMWY3YmQ2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Counts and displays the number\",3:\"§7of century cakes eaten on your\",4:\"§7island.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Cake Counter\"},ExtraAttributes:{id:\"CAKE_COUNTER\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Counts and displays the number", + "§7of century cakes eaten on your", + "§7island.", + "", + "§5§lEPIC" + ], + "internalname": "CAKE_COUNTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit