default: lava cooling: look as well for basalt from illuna_extras
This commit is contained in:
parent
e9afcc1a64
commit
5f4a4d1f49
1 changed files with 6 additions and 2 deletions
|
@ -126,8 +126,12 @@ lavagen = {
|
|||
}
|
||||
|
||||
-- thanks to ElectronLibre from Minetest IRC
|
||||
if minetest.get_modpath("darkage")
|
||||
then table.insert(lavagen, "darkage:basalt")
|
||||
if minetest.get_modpath("darkage") then
|
||||
table.insert(lavagen, "darkage:basalt")
|
||||
else
|
||||
if minetest.get_modpath("illuna_extras") then
|
||||
table.insert(lavagen, "darkage:basalt")
|
||||
end
|
||||
end
|
||||
|
||||
default.cool_lava = function(pos, node)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue