From c142654be4625f976cf1eb493ceb26049bfaff2d Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 19 Sep 2020 20:37:55 -0400 Subject: Some more fixes and a couple additions --- items/PERFECT_BOOTS_6.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/PERFECT_BOOTS_6.json') diff --git a/items/PERFECT_BOOTS_6.json b/items/PERFECT_BOOTS_6.json index d13d3dbd..44289723 100644 --- a/items/PERFECT_BOOTS_6.json +++ b/items/PERFECT_BOOTS_6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§5Perfect Boots - Tier VI", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lRARE BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_6\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_6\"}}", "damage": 0, "lore": [ "§7Defense: §a+190", @@ -9,7 +9,7 @@ "§eRight-click to view recipes!", "", "§7§8This item can be reforged!", - "§5§EPIC BOOTS" + "§5§lEPIC BOOTS" ], "internalname": "PERFECT_BOOTS_6", "crafttext": "", -- cgit