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/DIVER_PUFFER.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/DIVER_PUFFER.json') diff --git a/items/DIVER_PUFFER.json b/items/DIVER_PUFFER.json index 3c97b7b2..106eb8de 100644 --- a/items/DIVER_PUFFER.json +++ b/items/DIVER_PUFFER.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§6Puffer Fish Skin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2299ead5-030f-3264-a369-195928f2ca06\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWM2ZjU0ZmMwNmZjMzg4ZTA0OGQ0ODljMDQ5NTg2ZWFhZTc2MDEwMTU5MWUzMDY0ZDA1MDY4OTQ0ODJiNmI1NSJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Diver\u0027s Mask\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Puffer Fish Skin\"},ExtraAttributes:{id:\"DIVER_PUFFER\",uuid:\"7d4b827b-56ff-404c-9288-3b1c58ed20bb\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2299ead5-030f-3264-a369-195928f2ca06\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWM2ZjU0ZmMwNmZjMzg4ZTA0OGQ0ODljMDQ5NTg2ZWFhZTc2MDEwMTU5MWUzMDY0ZDA1MDY4OTQ0ODJiNmI1NSJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Diver\u0027s Mask\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Puffer Fish Skin\"},ExtraAttributes:{id:\"DIVER_PUFFER\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7§7Armor skins give your gear a", -- cgit