Files
minecraft-assets/data/minecraft/recipe/crimson_stairs.json
2024-06-13 21:50:08 +02:00

19 lines
293 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"group": "wooden_stairs",
"key": {
"#": {
"item": "minecraft:crimson_planks"
}
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:crimson_stairs"
}
}