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/EPOCH_CAKE_GREEN.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'items/EPOCH_CAKE_GREEN.json') diff --git a/items/EPOCH_CAKE_GREEN.json b/items/EPOCH_CAKE_GREEN.json index 7c2dfd16..fcf2eaa0 100644 --- a/items/EPOCH_CAKE_GREEN.json +++ b/items/EPOCH_CAKE_GREEN.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aPet Rock Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e3f23a25-7c76-3d6b-b0b0-6d6e52acb053\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzAxNjEwOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmZhODBhODVlNzA3ZWVkZjk0NWI4ODkwNTk0MmY1Zjc3OTVlYTUyNjRkNjkyYTIyZTcwN2ZjNTc3YTg4YiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §a+3❈ Defense §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aPet Rock Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_GREEN\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e3f23a25-7c76-3d6b-b0b0-6d6e52acb053\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzAxNjEwOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmZhODBhODVlNzA3ZWVkZjk0NWI4ODkwNTk0MmY1Zjc3OTVlYTUyNjRkNjkyYTIyZTcwN2ZjNTc3YTg4YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §a+3❈ Defense §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 300§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aPet Rock Century Cake\"},ExtraAttributes:{yearObtained:300,id:\"EPOCH_CAKE_GREEN\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §a+3❈ Defense §7for 48", "§7hours.", "", + "§7Obtained in §fYear 300§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_GREEN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Pet_Rock_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] } \ No newline at end of file -- cgit