Files
minecraft-assets/data/minecraft/recipes/stone_slab.json
2022-06-08 13:07:58 +02:00

15 lines
206 B
JSON

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