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