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