forked from VoxeLibre/VoxeLibre
fix soul torch recipe
This commit is contained in:
parent
67e026cb12
commit
dd928db9ea
|
@ -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 New Issue