diff options
Diffstat (limited to 'items/GOLD_BLOCK.json')
-rw-r--r-- | items/GOLD_BLOCK.json | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/items/GOLD_BLOCK.json b/items/GOLD_BLOCK.json index 9b9e6529..f9712308 100644 --- a/items/GOLD_BLOCK.json +++ b/items/GOLD_BLOCK.json @@ -1,12 +1,24 @@ { - "internalname": "GOLD_BLOCK", - "itemid": 41, + "itemid": "minecraft:gold_block", "displayname": "§fBlock of Gold", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Gold\"},ExtraAttributes:{id:\"GOLD_BLOCK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "GOLD_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "GOLD_INGOT:1", + "B3": "GOLD_INGOT:1", + "C1": "GOLD_INGOT:1", + "C2": "GOLD_INGOT:1", + "C3": "GOLD_INGOT:1" + } }
\ No newline at end of file |