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

27 lines
421 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:granite_wall"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:stone",
"data": 1
}
},
"result": {
"item": "minecraft:cobblestone_wall",
"data": 2,
"count": 6
}
}
}