mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
16f15af956
v1.19.40.2 updates
27 lines
426 B
JSON
27 lines
426 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:Torch_recipeId"
|
|
},
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"X",
|
|
"#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"X": {
|
|
"item": "minecraft:coal"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:torch",
|
|
"count": 4
|
|
}
|
|
}
|
|
}
|