diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-31 16:43:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-31 10:43:17 -0400 |
commit | a08535705d7a7534dbc6152c7f9340651693ac6d (patch) | |
tree | 52a5df025ace70ed2ce79b1ec6882e4d77cc82b3 /items/CHESTPLATE_OF_THE_PACK.json | |
parent | 2648117ebe2214bb0886868e9f4c3761904050ae (diff) | |
download | NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.tar.gz NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.tar.bz2 NotEnoughUpdates-REPO-a08535705d7a7534dbc6152c7f9340651693ac6d.zip |
Stuff - Added and fixed things yes (#609)
* Stuff
* Updating feature link
* Fixed Hard Stone Minion
* Fixing Items
* yep
* Fixing Pet
* Fixing NBT Tags
* Forgot one
* Removed interp and other things
* learn to format
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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/items/CHESTPLATE_OF_THE_PACK.json b/items/CHESTPLATE_OF_THE_PACK.json index d2d24601..fcc58738 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\"},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:\"§4☠ §cRequires §5Wolf 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", @@ -38,5 +38,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armor_of_the_Pack" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file |