Files
szar/src/main/resources/data/szar/recipes/blueprint_stairs.json

17 lines
228 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
"B ",
"BB ",
"BBB"
],
"key": {
"B": {
"item": "szar:blueprint"
}
},
"result": {
"item": "szar:blueprint_stairs",
"count": 1
}
}