From 5174d791f717e8b5dbf2c59bc4e5eb48596c524b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 2 Jun 2024 14:37:28 +0200 Subject: Push prerelease into master (#1226) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: gaybot Co-authored-by: Linnea Gräf Co-authored-by: Lulonaut Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/ZOMBIE;1.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'items/ZOMBIE;1.json') diff --git a/items/ZOMBIE;1.json b/items/ZOMBIE;1.json index b5f2c1f4..33ce7910 100644 --- a/items/ZOMBIE;1.json +++ b/items/ZOMBIE;1.json @@ -3,7 +3,7 @@ "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §aZombie", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",4:\"\",5:\"§6Bite Shield\",6:\"§7§7Reduce the damage taken from\",7:\"§7zombies by §a{0}%§7.\",8:\"\",9:\"§7§eRight-click to add this pet to your\",10:\"§epet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aZombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"active\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"exp\\\":0}\",id:\"ZOMBIE;1\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1c760ea5-2e91-3c2e-b52a-e17d11733658\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTZmYzg1NGJiODRjZjRiNzY5NzI5Nzk3M2UwMmI3OWJjMTA2OTg0NjBiNTFhNjM5YzYwZTVlNDE3NzM0ZTExIn19fQ==\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"§7Crit Damage: §c{CRIT_DAMAGE}%\",4:\"\",5:\"§6Bite Shield\",6:\"§7§7Reduce the damage taken from\",7:\"§7zombies by §a{0}%§7.\",8:\"\",9:\"§7§eRight-click to add this pet to your\",10:\"§epet menu!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aZombie\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ZOMBIE\\\",\\\"=\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"exp\\\":0}\",id:\"ZOMBIE;1\"}}", "modver": "2.1.1-PRE", "lore": [ "§8Combat Pet", @@ -38,5 +38,15 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Pet", "https://wiki.hypixel.net/Zombie_Pet" + ], + "recipes": [ + { + "type": "katgrade", + "coins": 2000, + "time": 21600, + "input": "ZOMBIE;0", + "output": "ZOMBIE;1", + "items": [] + } ] } \ No newline at end of file -- cgit