mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-12 22:44:55 +00:00
32 lines
520 B
JSON
32 lines
520 B
JSON
{
|
|
"format_version": "1.21.80",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:copper_hoe"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"XX",
|
|
" #",
|
|
" #"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:copper_ingot"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:copper_ingot"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:copper_hoe"
|
|
}
|
|
}
|
|
} |