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

18 lines
296 B
JSON

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