Skip to content

Commit

Permalink
Add missing trapdoor recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Mar 5, 2024
1 parent 4a35a01 commit 6c6293d
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "forge:ore_shaped",
"pattern": [
"X*X",
"XXX"
],
"key": {
"X": {
"item": "mocreatures:wyvwood_planks"
},
"*": {
"item": "mocreatures:wyvwood_log"
}
},
"result": {
"item": "mocreatures:wyvwood_trapdoor",
"count": 3
}
}

0 comments on commit 6c6293d

Please sign in to comment.