30 lines
508 B
JSON
30 lines
508 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:soul_torch_from_soul_sand"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
".",
|
|
"|",
|
|
"#"
|
|
],
|
|
"key": {
|
|
".": {
|
|
"item": "minecraft:coal"
|
|
},
|
|
"|": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"#": {
|
|
"item": "minecraft:soul_sand"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:soul_torch",
|
|
"count": 4
|
|
}
|
|
}
|
|
}
|