1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-12 22:44:55 +00:00
Files
bedrock-samples/behavior_pack/recipes/copper_ingot_from_nuggets.json
Mike Ammerlaan f653a0493b v1.21.110.2
2025-09-30 08:49:54 -07:00

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"
}
}
}