diff options
Diffstat (limited to 'items/IRON_CHESTPLATE.json')
-rw-r--r-- | items/IRON_CHESTPLATE.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/IRON_CHESTPLATE.json b/items/IRON_CHESTPLATE.json new file mode 100644 index 00000000..3c7d6255 --- /dev/null +++ b/items/IRON_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_chestplate", + "displayname": "§fIron Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Chestplate\"},ExtraAttributes:{id:\"IRON_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_CHESTPLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "IRON_INGOT:1", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "IRON_INGOT:1", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file |