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

17 lines
269 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:sandstone_slab"
}
},
"pattern": [
"#",
"#"
],
"result": {
"item": "minecraft:chiseled_sandstone"
},
"show_notification": true
}