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/GLACITE_BOOTS.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/GLACITE_BOOTS.json') diff --git a/items/GLACITE_BOOTS.json b/items/GLACITE_BOOTS.json index e4a8f277..19096aef 100644 --- a/items/GLACITE_BOOTS.json +++ b/items/GLACITE_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§f§f§5Glacite Boots", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Expert Miner\",5:\"§7Grants §6+2⸕ Mining Speed §7for\",6:\"§7each of your mining levels.\",7:\"\",8:\"§7The Defense §7of this item is\",9:\"§7doubled while on a mining island\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC BOOTS\"],color:261368,Name:\"§f§f§5Glacite Boots\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_BOOTS\",uuid:\"0423faf8-7783-44f5-b174-48e3618ea880\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+140\",1:\"§7Speed: §a+10\",2:\"§7Mining Speed: §a+10\",3:\"\",4:\"§6Full Set Bonus: Expert Miner\",5:\"§7Grants §6+2⸕ Mining Speed §7for\",6:\"§7each of your mining levels.\",7:\"\",8:\"§7The Defense §7of this item is\",9:\"§7doubled while on a mining island\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC BOOTS\"],color:261368,Name:\"§f§f§5Glacite Boots\"},ExtraAttributes:{color:\"3:252:248\",id:\"GLACITE_BOOTS\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Defense: §a+140", -- cgit