Files
minecraft-assets/data/minecraft/recipes/mud_brick_stairs.json
2024-04-10 18:28:59 +02:00

18 lines
263 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:mud_bricks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:mud_brick_stairs"
}
}