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

16 lines
232 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:stone"
}
},
"pattern": [
"###"
],
"result": {
"count": 6,
"item": "minecraft:stone_slab"
}
}