mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:crafting_table_cut_copper_stairs"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"A",
|
|
"AA",
|
|
"AAA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:cut_copper"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:cut_copper"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:cut_copper_stairs",
|
|
"count": 4
|
|
},
|
|
"priority": 1
|
|
}
|
|
} |