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/CHESTPLATE_OF_THE_PACK.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/CHESTPLATE_OF_THE_PACK.json')
-rw-r--r-- | items/CHESTPLATE_OF_THE_PACK.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/CHESTPLATE_OF_THE_PACK.json b/items/CHESTPLATE_OF_THE_PACK.json index 4cfef3c1..ba2a7da6 100644 --- a/items/CHESTPLATE_OF_THE_PACK.json +++ b/items/CHESTPLATE_OF_THE_PACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§f§f§5Chestplate of the Pack", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+95\",2:\"\",3:\"§7Gain §a+75❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense §7aswell.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearers\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players\",12:\"\",13:\"§c☠ §5Requires Wolf Slayer 6\",14:\"§5§lEPIC CHESTPLATE\"],color:16711680,Name:\"§f§f§5Chestplate of the Pack\"},ExtraAttributes:{color:\"255:0:0\",modifier:\"strong\",id:\"CHESTPLATE_OF_THE_PACK\",uuid:\"d28f4889-bca0-42b3-8fc1-dbe44c3970c6\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100 HP\",1:\"§7Defense: §a+95\",2:\"\",3:\"§7Gain §a+75❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense §7aswell.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearers\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players\",12:\"\",13:\"§c☠ §5Requires Wolf Slayer 6\",14:\"§5§lEPIC CHESTPLATE\"],color:16711680,Name:\"§f§f§5Chestplate of the Pack\"},ExtraAttributes:{color:\"255:0:0\",modifier:\"strong\",id:\"CHESTPLATE_OF_THE_PACK\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§7Health: §a+100 HP", |