Files
minecraft-assets/data/minecraft/recipes/composter.json
2019-04-06 17:15:10 +00:00

19 lines
268 B
JSON

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