Files
minecraft-assets/data/minecraft/recipe/sandstone_slab.json
2024-05-29 18:31:30 +02:00

21 lines
320 B
JSON

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