Files
minecraft-assets/data/minecraft/recipes/purpur_stairs.json
2018-07-18 20:51:45 +02:00

17 lines
228 B
JSON

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