1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 02:31:25 +00:00
Mike Ammerlaan 16f15af956 v1.19.40.2
v1.19.40.2 updates
2022-10-25 09:35:27 -07:00

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
}
}
}