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

19 lines
385 B
JSON

{
"format_version": "1.21.80",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_copper_chestplate"
},
"unlock": [
{
"item": "minecraft:copper_chestplate"
}
],
"tags": [
"furnace",
"blast_furnace"
],
"input": "minecraft:copper_chestplate",
"output": "minecraft:copper_nugget"
}
}