Files
minecraft-assets/data/minecraft/recipes/composter.json
2022-06-29 18:37:59 +02:00

16 lines
217 B
JSON

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