mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
fix soul torch recipe
This commit is contained in:
parent
67e026cb12
commit
dd928db9ea
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ mcl_torches.register_torch("soul_torch",
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "mcl_blackstone:soul_torch 4",
|
output = "mcl_blackstone:soul_torch 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
|
{"group:coal"},
|
||||||
{ "mcl_nether:soul_sand" },
|
{ "mcl_nether:soul_sand" },
|
||||||
{ "mcl_core:stick" },
|
{ "mcl_core:stick" },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue