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/MELODY_HAIR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/MELODY_HAIR.json') diff --git a/items/MELODY_HAIR.json b/items/MELODY_HAIR.json index 24f6f301..24984a60 100644 --- a/items/MELODY_HAIR.json +++ b/items/MELODY_HAIR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:string", - "displayname": "§d♪ Melody\u0027s Hair ♫", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Intelligence: §a+6\",1:\"\",2:\"§7A single strand of hair\",3:\"§7from Melody\u0027s head.\",4:\"\",5:\"§7Left-Click: §eTune Up!\",6:\"§7Right-Click: §dPlay Note!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC ACCESSORY\"],Name:\"§d♪ Melody\u0027s Hair ♫\"},ExtraAttributes:{modifier:\"bizarre\",id:\"MELODY_HAIR\",tune:1}}", + "displayname": "§dMelody\u0027s Hair", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Intelligence: §a+6\",1:\"\",2:\"§7A single strand of hair\",3:\"§7from Melody\u0027s head.\",4:\"\",5:\"§7Left-Click: §eTune Up!\",6:\"§7Right-Click: §dPlay Note!\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§5§lEPIC ACCESSORY\"],Name:\"§dMelody\u0027s Hair\"},ExtraAttributes:{id:\"MELODY_HAIR\",tune:1}}", "damage": 0, "lore": [ "§7Intelligence: §a+6", -- cgit