hot-metals/hot-metals/compatibility/data.lua
2025-11-04 08:22:31 +01:00

14 lines
No EOL
216 B
Lua

local modList = {
"space-age",
"aai-industry",
"any-planet-start",
"Glass",
"pelagos",
"planet-muluna"
}
for _, mod in pairs(modList) do
if mods[mod] then
require(mod)
end
end