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

16 lines
240 B
JSON

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