Files
minecraft-assets/data/minecraft/recipe/red_sandstone_slab.json
2024-06-05 18:31:12 +02:00

21 lines
332 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": [
{
"item": "minecraft:red_sandstone"
},
{
"item": "minecraft:chiseled_red_sandstone"
}
]
},
"pattern": [
"###"
],
"result": {
"count": 6,
"id": "minecraft:red_sandstone_slab"
}
}