Files
minecraft-assets/data/minecraft/recipes/composter.json
2021-06-30 18:35:30 +00:00

16 lines
217 B
JSON

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