Skip to content

Commit

Permalink
Update redsand.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 aa41f52 commit 4bbafe5
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions data/crafting/recipes/redsand.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"type": "minecraft:smelting",
"ingredient": {
"item": "minecraft:red_sand"
},
"result": "minecraft:orange_stained_glass",
"experience": 0.1,
"cookingtime": 200,
"group": "sand"
}
"type": "minecraft:smelting",
"category": "blocks",
"group": "rawblock",
"ingredient": {
"item": "minecraft:red_sand"
},
"result": {
"id": "minecraft:orange_stained_glass"
},
"experience": 0.1,
"cookingtime": 200
}

0 comments on commit 4bbafe5

Please sign in to comment.