From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/IRON_BLOCK.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 items/IRON_BLOCK.json (limited to 'items/IRON_BLOCK.json') diff --git a/items/IRON_BLOCK.json b/items/IRON_BLOCK.json new file mode 100644 index 00000000..6848c730 --- /dev/null +++ b/items/IRON_BLOCK.json @@ -0,0 +1,12 @@ +{ + "internalname": "IRON_BLOCK", + "itemid": "minecraft:iron_block", + "displayname": "Block of Iron", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Iron\"},ExtraAttributes:{id:\"IRON_BLOCK\"}}", + "modver": "1.0.0", + "lore": [ + "§f§lCOMMON" + ] +} \ No newline at end of file -- cgit