Files
minecraft-assets/data/minecraft/recipes/sandstone_slab.json
2021-04-14 18:32:33 +00:00

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
}
}