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

This commit is contained in:
Milan* 2017-08-31 21:51:14 +02:00
parent e9afcc1a64
commit 5f4a4d1f49

View File

@ -126,8 +126,12 @@ lavagen = {
} }
-- thanks to ElectronLibre from Minetest IRC -- thanks to ElectronLibre from Minetest IRC
if minetest.get_modpath("darkage") if minetest.get_modpath("darkage") then
then table.insert(lavagen, "darkage:basalt") table.insert(lavagen, "darkage:basalt")
else
if minetest.get_modpath("illuna_extras") then
table.insert(lavagen, "darkage:basalt")
end
end end
default.cool_lava = function(pos, node) default.cool_lava = function(pos, node)