Files
minecraft-assets/data/minecraft/recipes/birch_slab.json
2018-12-21 06:38:40 +00:00

16 lines
229 B
JSON

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