Files
minecraft-assets/data/minecraft/recipes/oak_slab.json
2023-03-15 18:28:45 +01:00

18 lines
290 B
JSON

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