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

18 lines
277 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:sandstone"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"item": "minecraft:cut_sandstone"
},
"show_notification": true
}