mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_furnace": {
|
|
"description": {
|
|
"identifier": "minecraft:furnace_cracked_polished_blackstone_bricks"
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:polished_blackstone_bricks"
|
|
}
|
|
],
|
|
"tags": ["furnace"],
|
|
"input": "minecraft:polished_blackstone_bricks",
|
|
"output": "minecraft:cracked_polished_blackstone_bricks"
|
|
}
|
|
}
|