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