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/DIAMOND_LEGGINGS.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'items/DIAMOND_LEGGINGS.json') diff --git a/items/DIAMOND_LEGGINGS.json b/items/DIAMOND_LEGGINGS.json index 80d808f8..eff10368 100644 --- a/items/DIAMOND_LEGGINGS.json +++ b/items/DIAMOND_LEGGINGS.json @@ -1,14 +1,16 @@ { "itemid": "minecraft:diamond_leggings", - "displayname": "§fDiamond Leggings", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Leggings\"},ExtraAttributes:{id:\"DIAMOND_LEGGINGS\"}}", + "displayname": "§aDiamond Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON LEGGINGS\"],Name:\"§aDiamond Leggings\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"DIAMOND_LEGGINGS\"}}", "damage": 0, "lore": [ - "§f§lCOMMON" + "§7Defense: §a+30", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON LEGGINGS" ], "internalname": "DIAMOND_LEGGINGS", - "modver": "1.3-REL", - "vanilla": true, + "crafttext": "", "clickcommand": "viewrecipe", "recipe": { "A1": "DIAMOND:1", @@ -20,5 +22,8 @@ "C1": "DIAMOND:1", "C2": "", "C3": "DIAMOND:1" - } -} + }, + "modver": "2.0.0-REL", + "vanilla": true, + "infoType": "" +} \ No newline at end of file -- cgit