Skip to content

Commit

Permalink
Update rawgoldblock.json
Browse files Browse the repository at this point in the history
Signed-off-by: David <[email protected]>
  • Loading branch information
DavidCraftDev authored Jun 11, 2024
1 parent add72eb commit f58719d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions data/crafting/recipes/rawgoldblock.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:raw_gold_block"
},
"result": "minecraft:gold_block",
"experience": 9.0,
"cookingtime": 1800,
"group": "rawblock"
}
"type": "minecraft:smelting",
"category": "blocks",
"group": "rawblock",
"ingredient": {
"item": "minecraft:raw_gold_block"
},
"result": {
"id": "minecraft:gold_block"
},
"experience": 9,
"cookingtime": 1800
}

0 comments on commit f58719d

Please sign in to comment.