Files
minecraft-assets/data/minecraft/recipes/smooth_stone_slab.json
2022-05-25 18:38:34 +02:00

15 lines
220 B
JSON

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