Files
2022-02-10 23:17:37 +03:00

27 lines
486 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "imoo:turel_del"
},
"tags": [
"crafting_table"
],
"pattern": [
"|#|",
"#|#",
"|#|"
],
"key": {
"#": {
"item": "minecraft:cobblestone"
},
"|": {
"item": "minecraft:redstone"
}
},
"result": {
"item": "imoo:turel_del"
}
}
}