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/AOTE_STONE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/AOTE_STONE.json') diff --git a/items/AOTE_STONE.json b/items/AOTE_STONE.json index 14ec4cc2..117b3399 100644 --- a/items/AOTE_STONE.json +++ b/items/AOTE_STONE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Warped Stone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8fa8272c-7171-3ff6-a997-b46ed76a3bf7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNiN2MyMWNjNDNkYzE3Njc4ZWU2ZjE2NTkxZmZhYWIxZjYzN2MzN2Y0ZjZiYmQ4Y2VhNDk3NDUxZDc2ZGI2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Warped §7reforge\",5:\"§7to a sword.\",6:\"\",7:\"§7§8§oIf you look deep inside, you\",8:\"§8§orisk finding yourself somewhere\",9:\"§8§oelse.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXVI§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Warped Stone\"},ExtraAttributes:{id:\"AOTE_STONE\",uuid:\"2b3a02e4-26eb-42e7-a26a-feef285e3397\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8fa8272c-7171-3ff6-a997-b46ed76a3bf7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNiN2MyMWNjNDNkYzE3Njc4ZWU2ZjE2NTkxZmZhYWIxZjYzN2MzN2Y0ZjZiYmQ4Y2VhNDk3NDUxZDc2ZGI2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Warped §7reforge\",5:\"§7to a sword.\",6:\"\",7:\"§7§8§oIf you look deep inside, you\",8:\"§8§orisk finding yourself somewhere\",9:\"§8§oelse.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXVI§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Warped Stone\"},ExtraAttributes:{id:\"AOTE_STONE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", -- cgit