hot-metals/hot-metals/compatibility/data.lua
2025-02-04 22:16:07 +01:00

11 lines
No EOL
164 B
Lua

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