From fa80e9c921681671e8346e4532569ee660d728ea Mon Sep 17 00:00:00 2001 From: TymanWasTaken Date: Sat, 20 Feb 2021 09:56:22 -0700 Subject: Remove uuids from items (#398) * Removed all uuids from item nbt data Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/LEAFLET_BOOTS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/LEAFLET_BOOTS.json') diff --git a/items/LEAFLET_BOOTS.json b/items/LEAFLET_BOOTS.json index 3cc66ef9..76b6dcc2 100644 --- a/items/LEAFLET_BOOTS.json +++ b/items/LEAFLET_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§fLeaflet Sandals", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15 HP\",1:\"\",2:\"§6Full Set Bonus: Energy of the Forest\",3:\"§7While in a Forest zone you\",4:\"§7regain §a5.0 §c❤ Health §7every\",5:\"§7second.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON BOOTS\"],color:5098573,Name:\"§fLeaflet Sandals\"},ExtraAttributes:{color:\"77:204:77\",id:\"LEAFLET_BOOTS\",uuid:\"2729c8d5-d3c7-46fd-8010-35629bb74609\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+15 HP\",1:\"\",2:\"§6Full Set Bonus: Energy of the Forest\",3:\"§7While in a Forest zone you\",4:\"§7regain §a5.0 §c❤ Health §7every\",5:\"§7second.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON BOOTS\"],color:5098573,Name:\"§fLeaflet Sandals\"},ExtraAttributes:{color:\"77:204:77\",id:\"LEAFLET_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+15 HP", -- cgit