1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-24 18:59:28 +00:00
bedrock-samples/behavior_pack/recipes/composter_from_mangrove_slab.json

26 lines
531 B
JSON
Raw Normal View History

2022-09-23 06:24:26 -07:00
{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:composter_from_mangrove_slab"
},
"tags": [
"crafting_table"
],
"pattern": [
"A A",
"A A",
"AAA"
],
"key": {
"A": {
"item": "mangrove_slab"
}
},
"result": {
"item": "composter",
"count": 1
},
"priority": 2
}
}