Files
minecraft-assets/data/minecraft/recipes/mossy_stone_brick_stairs.json
2021-03-10 23:45:15 +00:00

17 lines
245 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"# ",
"## ",
"###"
],
"key": {
"#": {
"item": "minecraft:mossy_stone_bricks"
}
},
"result": {
"item": "minecraft:mossy_stone_brick_stairs",
"count": 4
}
}