diff options
Diffstat (limited to 'items/IRON_BLOCK.json')
-rw-r--r-- | items/IRON_BLOCK.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/IRON_BLOCK.json b/items/IRON_BLOCK.json index 6848c730..fd023058 100644 --- a/items/IRON_BLOCK.json +++ b/items/IRON_BLOCK.json @@ -1,12 +1,12 @@ { - "internalname": "IRON_BLOCK", "itemid": "minecraft:iron_block", - "displayname": "Block of Iron", - "clickcommand": "", + "displayname": "§fBlock of Iron", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fBlock of Iron\"},ExtraAttributes:{id:\"IRON_BLOCK\"}}", "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" - ] + ], + "internalname": "IRON_BLOCK", + "clickcommand": "", + "modver": "1.0.0" }
\ No newline at end of file |