diff options
Diffstat (limited to 'items/COAL-1.json')
-rw-r--r-- | items/COAL-1.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/items/COAL-1.json b/items/COAL-1.json index 8fed0cef..3565266f 100644 --- a/items/COAL-1.json +++ b/items/COAL-1.json @@ -1,12 +1,14 @@ { - "internalname": "COAL-1", - "itemid": 263, + "itemid": "minecraft:coal", "displayname": "§fCharcoal", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCharcoal\"},ExtraAttributes:{id:\"COAL-1\"}}", "damage": 1, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCharcoal\"},ExtraAttributes:{id:\"COAL:1\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "parent": "COAL", + "internalname": "COAL-1", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file |