Skip to content

Commit

Permalink
Update rawgoldblock-blast.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 4007316 commit add72eb
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions data/crafting/recipes/rawgoldblock-blast.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"type": "minecraft:blasting",
"ingredient": {
"item": "minecraft:raw_gold_block"
},
"result": "minecraft:gold_block",
"experience": 9.0,
"cookingtime": 900,
"group": "rawblock"
}
"type": "minecraft:blasting",
"category": "blocks",
"group": "rawblock",
"ingredient": {
"item": "minecraft:raw_gold_block"
},
"result": {
"id": "minecraft:gold_block"
},
"experience": 9,
"cookingtime": 900
}

0 comments on commit add72eb

Please sign in to comment.