minecraft-assets/data/minecraft/recipes/jungle_stairs.json

19 lines
293 B
JSON

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