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/PET_SKIN_SHEEP_PURPLE.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/PET_SKIN_SHEEP_PURPLE.json') diff --git a/items/PET_SKIN_SHEEP_PURPLE.json b/items/PET_SKIN_SHEEP_PURPLE.json index 66854440..8b5b2c90 100644 --- a/items/PET_SKIN_SHEEP_PURPLE.json +++ b/items/PET_SKIN_SHEEP_PURPLE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§aPurple Sheep Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"98d9a319-e671-34a0-b1da-a912ef421fc9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTlhODhjZjdkZDMzMDYzNTg3YzZiNTQwZTYxMzBhYmM1ZDA3ZjFhNjVjNDc1NzNhYjNjMWFkM2NjZWM4ODU3ZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aPurple Sheep Skin\"},ExtraAttributes:{id:\"PET_SKIN_SHEEP_PURPLE\",uuid:\"251bc697-5c50-4da8-9bbe-fa410663058a\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"98d9a319-e671-34a0-b1da-a912ef421fc9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTlhODhjZjdkZDMzMDYzNTg3YzZiNTQwZTYxMzBhYmM1ZDA3ZjFhNjVjNDc1NzNhYjNjMWFkM2NjZWM4ODU3ZiJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Sheep pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§a§lUNCOMMON COSMETIC\"],Name:\"§aPurple Sheep Skin\"},ExtraAttributes:{id:\"PET_SKIN_SHEEP_PURPLE\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Consumed on use", -- cgit