diff options
author | TymanWasTaken <tyman@tyman.tech> | 2021-02-20 09:56:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 11:56:22 -0500 |
commit | fa80e9c921681671e8346e4532569ee660d728ea (patch) | |
tree | a76191b1c24e4b785b9c7ab4d2cb8958631d41e0 /items/SPIRIT_DECOY.json | |
parent | 30887b0d60d302cdbf22476ec8304b58a28c58a3 (diff) | |
download | NotEnoughUpdates-REPO-fa80e9c921681671e8346e4532569ee660d728ea.tar.gz NotEnoughUpdates-REPO-fa80e9c921681671e8346e4532569ee660d728ea.tar.bz2 NotEnoughUpdates-REPO-fa80e9c921681671e8346e4532569ee660d728ea.zip |
Remove uuids from items (#398)
* Removed all uuids from item nbt data
Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'items/SPIRIT_DECOY.json')
-rw-r--r-- | items/SPIRIT_DECOY.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/SPIRIT_DECOY.json b/items/SPIRIT_DECOY.json index c3fcc0e5..62aabfec 100644 --- a/items/SPIRIT_DECOY.json +++ b/items/SPIRIT_DECOY.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§9Spirit Stone", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"988bedb7-b5f6-358d-bfae-a7c6b7f96485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBkNWFiMjFkNjdlZWFkMTYzMzE3YzlhNWRjNTFkNDA5ZDg1ZGYyNTI3NjY3YTQyNGEyYWZmNjczOGI2ZmM5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7As light as a feather, and you\",3:\"§7can almost see through it. Some\",4:\"§7people say looking at it for too\",5:\"§7long can change your\",6:\"§7personality.\",7:\"\",8:\"§7Can be used in a Reforge Anvil\",9:\"§7or with the Dungeon Blacksmith\",10:\"§7to apply the §9Spiritual\",11:\"§9§7reforge to a bow.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aXXIV§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Spirit Stone\"},ExtraAttributes:{id:\"SPIRIT_DECOY\",uuid:\"d9389756-07b5-4e6a-a62a-c267bf05fb39\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"988bedb7-b5f6-358d-bfae-a7c6b7f96485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBkNWFiMjFkNjdlZWFkMTYzMzE3YzlhNWRjNTFkNDA5ZDg1ZGYyNTI3NjY3YTQyNGEyYWZmNjczOGI2ZmM5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7As light as a feather, and you\",3:\"§7can almost see through it. Some\",4:\"§7people say looking at it for too\",5:\"§7long can change your\",6:\"§7personality.\",7:\"\",8:\"§7Can be used in a Reforge Anvil\",9:\"§7or with the Dungeon Blacksmith\",10:\"§7to apply the §9Spiritual\",11:\"§9§7reforge to a bow.\",12:\"\",13:\"§7Requires §aMining Skill Level\",14:\"§aXXIV§7!\",15:\"\",16:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Spirit Stone\"},ExtraAttributes:{id:\"SPIRIT_DECOY\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Reforge Stone", |