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_MASK.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_MASK.json')
-rw-r--r-- | items/SPIRIT_MASK.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/SPIRIT_MASK.json b/items/SPIRIT_MASK.json index fba6d71c..22ac628b 100644 --- a/items/SPIRIT_MASK.json +++ b/items/SPIRIT_MASK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Spirit Mask", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c655e06-277e-3a35-be4c-ba49ce10d32d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiZTcyMWQ3YWQ4YWI5NjVmMDhjYmVjMGI4MzRmNzc5YjUxOTdmNzlkYTRhZWEzZDEzZDI1M2VjZTlkZWMyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d230\",1:\"§7Health: §a+100 HP\",2:\"§7Defense: §a+50\",3:\"§7Speed: §a+15\",4:\"§7Intelligence: §a+20\",5:\"\",6:\"§6Item Ability: Second Wind\",7:\"§7Instead of dying, gain §f+50✦\",8:\"§fSpeed §7and damage immunity for\",9:\"§7§a3 §7seconds.\",10:\"§8Cooldown: §a30s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 15\",15:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Spirit Mask\"},ExtraAttributes:{id:\"SPIRIT_MASK\",uuid:\"6107e1c0-f27f-42fe-a387-1970d0b76724\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9c655e06-277e-3a35-be4c-ba49ce10d32d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWJiZTcyMWQ3YWQ4YWI5NjVmMDhjYmVjMGI4MzRmNzc5YjUxOTdmNzlkYTRhZWEzZDEzZDI1M2VjZTlkZWMyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d230\",1:\"§7Health: §a+100 HP\",2:\"§7Defense: §a+50\",3:\"§7Speed: §a+15\",4:\"§7Intelligence: §a+20\",5:\"\",6:\"§6Item Ability: Second Wind\",7:\"§7Instead of dying, gain §f+50✦\",8:\"§fSpeed §7and damage immunity for\",9:\"§7§a3 §7seconds.\",10:\"§8Cooldown: §a30s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 15\",15:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Spirit Mask\"},ExtraAttributes:{id:\"SPIRIT_MASK\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§7Gear Score: §d230", |