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

16 lines
241 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "wooden_slab",
"pattern": [
"###"
],
"key": {
"#": {
"item": "minecraft:acacia_planks"
}
},
"result": {
"item": "minecraft:acacia_slab",
"count": 6
}
}