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

15 lines
218 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:cobblestone_slab",
"count": 6
}
}