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