Files
minecraft-assets/data/minecraft/recipe/nether_brick_stairs.json
2025-01-15 18:31:25 +01:00

16 lines
247 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": "minecraft:nether_bricks"
},
"pattern": [
"# ",
"## ",
"###"
],
"result": {
"count": 4,
"id": "minecraft:nether_brick_stairs"
}
}