hot-metals/hot-metals/compatibility/data.lua
2024-12-03 00:02:55 +01:00

10 lines
No EOL
143 B
Lua

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