mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-19 18:28:13 +09:00
.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
|
||||
if not mods['space-age'] then
|
||||
error('Space Age mod is not enabled')
|
||||
return
|
||||
end
|
||||
|
||||
-- GM-SAP C 1 SPACE_AGE RESOURCE
|
||||
if data.raw.resource['lithium-brine'] then
|
||||
data.raw.resource['lithium-brine'].infinite = true
|
||||
|
||||
@@ -11,6 +11,7 @@ local mod_tint = {
|
||||
}
|
||||
|
||||
if not mods['space-age'] then
|
||||
error('Space Age mod is not enabled')
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user