minecraft-assets/data/minecraft/recipes/polished_blackstone_wall.json

16 lines
245 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:polished_blackstone"
}
},
"result": {
"item": "minecraft:polished_blackstone_wall",
"count": 6
}
}