Skip to content

Commit

Permalink
Fix stairs and slabs recipes in mekanism:sawing (#7936)
Browse files Browse the repository at this point in the history
  • Loading branch information
libertylocked committed Dec 10, 2023
1 parent 6bd7123 commit 4b2537b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
"type": "mekanism:sawing",
"input": {
"ingredient": {
"tag": "mekanism:wooden_slabs"
"tag": "minecraft:wooden_slabs"
}
},
"mainOutput": {
Expand Down
Expand Up @@ -2,7 +2,7 @@
"type": "mekanism:sawing",
"input": {
"ingredient": {
"tag": "mekanism:wooden_stairs"
"tag": "minecraft:wooden_stairs"
}
},
"mainOutput": {
Expand Down

0 comments on commit 4b2537b

Please sign in to comment.