27 lines
475 B
JSON
27 lines
475 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
} |