mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-05-12 21:08:43 +09:00
.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
--[[
|
||||
do
|
||||
local sa = settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SAP'
|
||||
local p = (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP') or sa
|
||||
@@ -46,3 +46,4 @@ if mods['space-age'] then
|
||||
end
|
||||
end
|
||||
end
|
||||
]]
|
||||
@@ -13,6 +13,8 @@ if settings.startup['PHI-MB'].value then
|
||||
end
|
||||
end
|
||||
|
||||
--[[
|
||||
if (settings.startup['PHI-MI'].value and settings.startup['PHI-MI-GENERIC'].value) or (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value ~= '') then
|
||||
require 'data.u.mi'
|
||||
end
|
||||
]]
|
||||
+2
-2
@@ -13,6 +13,7 @@ if settings.startup['PHI-MB'].value then
|
||||
end
|
||||
end
|
||||
|
||||
--[[
|
||||
if settings.startup['PHI-CT'].value then
|
||||
require('data.b.ct')
|
||||
end
|
||||
@@ -40,5 +41,4 @@ if settings.startup['PHI-GM'].value then
|
||||
require('data.b.gm-vp')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
]]
|
||||
@@ -1,6 +1,6 @@
|
||||
local mbe = require 'mbe-c'
|
||||
local mbm = require 'mbm-c'
|
||||
local mbq = require 'mbq-c'
|
||||
local mbe = require 'data.b.mbe-c'
|
||||
local mbm = require 'data.b.mbm-c'
|
||||
local mbq = require 'data.b.mbq-c'
|
||||
|
||||
for _, force in pairs(game.forces) do
|
||||
local technologies = force.technologies
|
||||
Reference in New Issue
Block a user