From e623a1eb186e017bfdcb67812617d5d0c0f2884b Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 18 Sep 2020 16:27:51 -0400 Subject: New Stuff --- items/PERFECT_CHESTPLATE_5.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 items/PERFECT_CHESTPLATE_5.json (limited to 'items/PERFECT_CHESTPLATE_5.json') diff --git a/items/PERFECT_CHESTPLATE_5.json b/items/PERFECT_CHESTPLATE_5.json new file mode 100644 index 00000000..f3f20c76 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_5.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§5Perfect Chestplate - Tier V", + "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 V\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_5\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+240", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "internalname": "PERFECT_CHESTPLATE_5", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +} \ No newline at end of file -- cgit