default: lava cooling: look as well for basalt from illuna_extras

master
Milan* 2017-08-31 21:51:14 +02:00
parent e9afcc1a64
commit 5f4a4d1f49
1 changed files with 6 additions and 2 deletions

View File

@ -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)