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/JERRY_STONE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/JERRY_STONE.json') diff --git a/items/JERRY_STONE.json b/items/JERRY_STONE.json index c407abbd..2d300d8e 100644 --- a/items/JERRY_STONE.json +++ b/items/JERRY_STONE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Jerry Stone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0a978e59-9dce-3d74-8efa-7cc980af2956\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWVkYjZmZDc0OWU5NWIyZGQwZDI0OTVhODU2MTdiNWFlZjNiNDc2NDE3Yzg1OWJmMzRjNDU0NzdhZTY4MSJ9fX0\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 §9Jerry\u0027s §7reforge\",5:\"§7to a melee weapon.\",6:\"\",7:\"§7§8§oUse with your favorite\",8:\"§8§oAspect of the Jerry.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aI§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Jerry Stone\"},ExtraAttributes:{id:\"JERRY_STONE\",uuid:\"3f9864ac-5d34-4cbe-ae98-5ad997a8f59a\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0a978e59-9dce-3d74-8efa-7cc980af2956\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWVkYjZmZDc0OWU5NWIyZGQwZDI0OTVhODU2MTdiNWFlZjNiNDc2NDE3Yzg1OWJmMzRjNDU0NzdhZTY4MSJ9fX0\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 §9Jerry\u0027s §7reforge\",5:\"§7to a melee weapon.\",6:\"\",7:\"§7§8§oUse with your favorite\",8:\"§8§oAspect of the Jerry.\",9:\"\",10:\"§7Requires §aMining Skill Level\",11:\"§aI§7!\",12:\"\",13:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Jerry Stone\"},ExtraAttributes:{id:\"JERRY_STONE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", -- cgit