From a648b1f990523956d9c5725ea537bb8ed2511f09 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 30 Oct 2022 19:22:51 +0100 Subject: Fixed mana ray textures (#852) * Fixed mana ray textures * Fixed hot stuff thingy * Added new contrib, fixed tiger pet, added new drops, added new item * Fixed Mythic Endermite pet * Combinable in Anvil * Added new lore to hollow armor, fixed parents * Fixed Kuudra Key Lore and Obsidian Tablet --- items/KUUDRA_TIER_KEY.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'items/KUUDRA_TIER_KEY.json') diff --git a/items/KUUDRA_TIER_KEY.json b/items/KUUDRA_TIER_KEY.json index dc259b52..305a21fb 100644 --- a/items/KUUDRA_TIER_KEY.json +++ b/items/KUUDRA_TIER_KEY.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§9Kuudra Key", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2a9e4728-b0c5-3f7d-9c45-7ff3fc1eb206\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1MjgzNTU0NCwKICAicHJvZmlsZUlkIiA6ICJkYmQ4MDQ2M2EwMzY0Y2FjYjI3OGNhODBhMDBkZGIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4bG9nMjEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmZkM2U3MTgzOGMwZTc2Zjg5MDIxMzEyMGI0Y2U3NDQ5NTc3NzM2NjA0MzM4YThkMjhiNGM4NmRiMjU0N2U3MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Basic Tier of the\",2:\"§7Kuudra fight.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§9§lRARE\"],Name:\"§9Kuudra Key\"},ExtraAttributes:{bossId:\"83d5845c-9948-40f8-9dd9-60d4d87dc10b\",spawnedFor:\"a7d6b3f1-8425-48e5-8acc-9a38ab9b86f7\",id:\"KUUDRA_TIER_KEY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2a9e4728-b0c5-3f7d-9c45-7ff3fc1eb206\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0MzY1MjgzNTU0NCwKICAicHJvZmlsZUlkIiA6ICJkYmQ4MDQ2M2EwMzY0Y2FjYjI3OGNhODBhMDBkZGIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4bG9nMjEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmZkM2U3MTgzOGMwZTc2Zjg5MDIxMzEyMGI0Y2U3NDQ5NTc3NzM2NjA0MzM4YThkMjhiNGM4NmRiMjU0N2U3MSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7Used to unlock the reward\",1:\"§7chest in the Basic Tier of the\",2:\"§7Kuudra fight.\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§9§lRARE\"],Name:\"§9Kuudra Key\"},ExtraAttributes:{bossId:\"83d5845c-9948-40f8-9dd9-60d4d87dc10b\",spawnedFor:\"a7d6b3f1-8425-48e5-8acc-9a38ab9b86f7\",id:\"KUUDRA_TIER_KEY\"}}", "damage": 3, "lore": [ "§7§7Used to unlock the reward", "§7chest in the Basic Tier of the", "§7Kuudra fight.", + "§eRight-click to view recipes!", "", "§8§l* §8Co-op Soulbound §8§l*", "§9§lRARE" -- cgit