Files
factorio-mod-PHI-CL/PHI-CL/data/b/mc.lua
T
2026-06-05 22:18:54 +09:00

11 lines
245 B
Lua

local main = {}
function main.space_age()
if not mods['space-age'] then
error('Mod not found\nSpace Age is not enabled\n太空時代尚未啟用\nSpace Age が有効になっていません')
return
end
end
return main