mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-10-12 20:24:53 +00:00
19 lines
385 B
JSON
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"
|
|
}
|
|
} |