Skip to content

Commit

Permalink
added tuff bricks crafting recipe (2xz polished tuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onako2 authored and Onako2 committed Nov 18, 2023
1 parent 61a0705 commit 45b69a1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/resources/data/iwie/recipes/tuff_bricks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"S": {
"item": "iwie:polished_tuff"
}
},
"pattern": [
"SS",
"SS"
],
"result": {
"count": 4,
"item": "iwie:tuff_bricks"
}
}

0 comments on commit 45b69a1

Please sign in to comment.