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

16 lines
217 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"# #",
"###"
],
"key": {
"#": {
"tag": "minecraft:wooden_slabs"
}
},
"result": {
"item": "minecraft:composter"
}
}