Files
minecraft-assets/data/minecraft/recipes/sandstone_slab.json
2022-06-29 18:37:59 +02:00

20 lines
296 B
JSON

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