mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
a3b394c507
Initial layout
25 lines
524 B
JSON
25 lines
524 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:crafting_table_from_mangrove_planks"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AA",
|
|
"AA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "mangrove_planks"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "crafting_table",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |