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

18 lines
296 B
JSON

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