diff options
Diffstat (limited to 'items/IRON_ORE.json')
-rw-r--r-- | items/IRON_ORE.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/IRON_ORE.json b/items/IRON_ORE.json index 004a5fcf..45a5f37e 100644 --- a/items/IRON_ORE.json +++ b/items/IRON_ORE.json @@ -1,12 +1,12 @@ { - "internalname": "IRON_ORE", "itemid": "minecraft:iron_ore", - "displayname": "Iron Ore", - "clickcommand": "", - "damage": 0, + "displayname": "§fIron Ore", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Ore\"},ExtraAttributes:{id:\"IRON_ORE\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "IRON_ORE", + "clickcommand": "", + "modver": "1.0.0" }
\ No newline at end of file |