mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-24 21:19:21 +00:00
26 lines
531 B
JSON
26 lines
531 B
JSON
![]() |
{
|
||
|
"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
|
||
|
}
|
||
|
}
|