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