mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 13:56:20 +09:00
.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user