mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_furnace": {
|
|
"description": {
|
|
"identifier": "minecraft:furnace_sandstone"
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:sandstone",
|
|
"data": 0
|
|
}
|
|
],
|
|
"tags": [ "furnace" ],
|
|
"input": {
|
|
"item": "minecraft:sandstone",
|
|
"data": 0
|
|
},
|
|
"output": "minecraft:smooth_sandstone"
|
|
}
|
|
}
|