Skip to content

Commit

Permalink
Added recipe fix for tin
Browse files Browse the repository at this point in the history
Fixed the recipe for turning Block of Tin into Tin ingots. It's broken in the Dreams n Desire mod.
With help from Denis.
  • Loading branch information
Tur87 authored Oct 13, 2024
1 parent a104b07 commit 8e5c93d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/brassburg/recipes/crafting/tin_ingot_from_decompacting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "create_dd:tin_block"
}
],
"result": {
"item": "create_dd:tin_ingot",
"count": 9
}
}

0 comments on commit 8e5c93d

Please sign in to comment.