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/FALLEN_STAR_HAT.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/FALLEN_STAR_HAT.json') diff --git a/items/FALLEN_STAR_HAT.json b/items/FALLEN_STAR_HAT.json index 2ff9d9fb..eafc7212 100644 --- a/items/FALLEN_STAR_HAT.json +++ b/items/FALLEN_STAR_HAT.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Fallen Star Helmet", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"afc24304-a48e-3378-9716-6a73c9038837\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc2NWEwNTQ4YTA0ZmIyMjE1MGQzMTg5ZDdjZGI2OTgyYzEzZDc4NjBlMzIzNjY0NTVkMDU0NTc1MTY0ZTcwMSJ9fX0\"}]}},display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+2\",3:\"\",4:\"§7§eWear this hat to a §5Cult of\",5:\"§5the Fallen Star§e meeting.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§9§lRARE HELMET\"],Name:\"§9Fallen Star Helmet\"},ExtraAttributes:{id:\"FALLEN_STAR_HAT\",uuid:\"73268c91-40c3-4800-a3a8-e34e0bf5eb4c\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"afc24304-a48e-3378-9716-6a73c9038837\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc2NWEwNTQ4YTA0ZmIyMjE1MGQzMTg5ZDdjZGI2OTgyYzEzZDc4NjBlMzIzNjY0NTVkMDU0NTc1MTY0ZTcwMSJ9fX0\"}]}},display:{Lore:[0:\"§7Health: §a+50 HP\",1:\"§7Defense: §a+30\",2:\"§7Intelligence: §a+2\",3:\"\",4:\"§7§eWear this hat to a §5Cult of\",5:\"§5the Fallen Star§e meeting.\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§9§lRARE HELMET\"],Name:\"§9Fallen Star Helmet\"},ExtraAttributes:{id:\"FALLEN_STAR_HAT\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Health: §a+50 HP", -- cgit