From d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b Mon Sep 17 00:00:00 2001 From: Eejit <76887639+Eejit43@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:16:58 -0400 Subject: A couple of minor fixes (#612) * A couple of minor fixes Hunter Ring recipe was changed, Squid Boots stats were modified * Whoops forgot to remove uuids and timestamps * I left a stray comma... whoops! * Updating Salmon Armor (New) stats * Updating starred Last Breath crit damage * Updated Water Hydra Head sea creature chance (yep it was reverted like Salmon Armor) * Updating Melody's Hair name * Removed reforge * Tooltip fixes (extra lines) * Updating Pioneer Pickaxe * Updating lore of special Weaponsmith items * Updating all vanilla armor (Leather, Iron, Chain, Gold, Diamond) --- items/JUNGLE_KEY.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'items/JUNGLE_KEY.json') diff --git a/items/JUNGLE_KEY.json b/items/JUNGLE_KEY.json index fc9b17c3..6a38f65f 100644 --- a/items/JUNGLE_KEY.json +++ b/items/JUNGLE_KEY.json @@ -1,10 +1,9 @@ { "itemid": "minecraft:tripwire_hook", "displayname": "§5Jungle Key", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"\",1:\"§7§7Used to open the entrance to\",2:\"§7the Jungle Temple\",3:\"\",4:\"§5§lEPIC\"],Name:\"§5Jungle Key\"},ExtraAttributes:{id:\"JUNGLE_KEY\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Used to open the entrance to\",1:\"§7the Jungle Temple\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Jungle Key\"},ExtraAttributes:{id:\"JUNGLE_KEY\"}}", "damage": 0, "lore": [ - "", "§7§7Used to open the entrance to", "§7the Jungle Temple", "", -- cgit