mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 20:57:08 +00:00
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_furnace": {
|
|
"description": {
|
|
"identifier": "minecraft:furnace_cracked_nether_bricks"
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:nether_brick"
|
|
}
|
|
],
|
|
"tags": ["furnace"],
|
|
"input": "minecraft:nether_brick",
|
|
"output": "minecraft:cracked_nether_bricks"
|
|
}
|
|
} |