From f58719db6eae727089db56d23c36fe81879afe18 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 11 Jun 2024 16:31:27 +0200 Subject: [PATCH] Update rawgoldblock.json Signed-off-by: David --- data/crafting/recipes/rawgoldblock.json | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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 +}