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