Skip to content
Snippets Groups Projects
Commit 5f4a4d1f authored by Milan's avatar Milan
Browse files

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

parent e9afcc1a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment