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

20 lines
296 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": [
{
"item": "minecraft:sandstone"
},
{
"item": "minecraft:chiseled_sandstone"
}
]
},
"result": {
"item": "minecraft:sandstone_slab",
"count": 6
}
}