minecraft-src/data/minecraft/recipe/resin_brick_stairs.json
2025-07-04 03:15:13 +03:00

16 lines
No EOL
245 B
JSON

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