Крафт стула

This commit is contained in:
Hell13Cat
2022-02-06 06:10:51 +03:00
parent 3aa7c8561c
commit 769ec3b8fd
7 changed files with 42 additions and 8 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:chair"
},
"tags": [
"crafting_table"
],
"pattern": [
"###",
"###",
"| |"
],
"key": {
"#": {
"item": "minecraft:wooden_slab"
},
"|": {
"item": "minecraft:stick"
}
},
"result": {
"item": "imoo:chair"
}
}
}