diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-09-19 06:40:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 06:40:58 +1000 |
commit | 03e86fd075c718d58faefb3032560ee24c514ac6 (patch) | |
tree | 6a67da021a6e905750b574e0ed0f28fd7ffeda9f /items/PERFECT_CHESTPLATE_2.json | |
parent | 18cf991919e12708f80254a687504a37e596068e (diff) | |
parent | e623a1eb186e017bfdcb67812617d5d0c0f2884b (diff) | |
download | NotEnoughUpdates-REPO-03e86fd075c718d58faefb3032560ee24c514ac6.tar.gz NotEnoughUpdates-REPO-03e86fd075c718d58faefb3032560ee24c514ac6.tar.bz2 NotEnoughUpdates-REPO-03e86fd075c718d58faefb3032560ee24c514ac6.zip |
Merge pull request #269 from IRONM00N/master
New Stuff
Diffstat (limited to 'items/PERFECT_CHESTPLATE_2.json')
-rw-r--r-- | items/PERFECT_CHESTPLATE_2.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/PERFECT_CHESTPLATE_2.json b/items/PERFECT_CHESTPLATE_2.json new file mode 100644 index 00000000..f23f43e2 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_2.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§9Perfect Chestplate - Tier II", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+...\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier II\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_2\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+180", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE CHESTPLATE" + ], + "internalname": "PERFECT_CHESTPLATE_2", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |