Files
minecraft-assets/data/minecraft/recipes/cobblestone_slab.json
2024-03-13 18:29:36 +01:00

16 lines
242 B
JSON

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