diff --git a/data/crafting/recipes/rawgoldblock.json b/data/crafting/recipes/rawgoldblock.json index d5a5f92..cbdc22b 100644 --- a/data/crafting/recipes/rawgoldblock.json +++ b/data/crafting/recipes/rawgoldblock.json @@ -1,10 +1,13 @@ { - "type": "minecraft:smelting", - "ingredient": { - "item": "minecraft:raw_gold_block" - }, - "result": "minecraft:gold_block", - "experience": 9.0, - "cookingtime": 1800, - "group": "rawblock" -} \ No newline at end of file + "type": "minecraft:smelting", + "category": "blocks", + "group": "rawblock", + "ingredient": { + "item": "minecraft:raw_gold_block" + }, + "result": { + "id": "minecraft:gold_block" + }, + "experience": 9, + "cookingtime": 1800 +}