Files
IMoO/recipes/sandstone_wall.json
T
2022-01-23 21:24:12 +03:00

27 lines
427 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:sandstone_wall"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:sandstone",
"data": 0
}
},
"result": {
"item": "minecraft:cobblestone_wall",
"data": 5,
"count": 6
}
}
}