mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-06-27 05:46:22 +09:00
.
This commit is contained in:
+14
-14
@@ -1,18 +1,4 @@
|
|||||||
|
|
||||||
if settings.startup['PHI-MB'].value then
|
|
||||||
if settings.startup['PHI-MB-ENERGY'].value and settings.startup['PHI-MB-ENERGY'].value > 1 then
|
|
||||||
require('data.b.mbe')
|
|
||||||
end
|
|
||||||
|
|
||||||
if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 then
|
|
||||||
require('data.b.mbm')
|
|
||||||
end
|
|
||||||
|
|
||||||
if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT'].value > 1 then
|
|
||||||
require('data.b.mbq')
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
if settings.startup['PHI-CT'].value then
|
if settings.startup['PHI-CT'].value then
|
||||||
require('data.b.ct')
|
require('data.b.ct')
|
||||||
end
|
end
|
||||||
@@ -41,3 +27,17 @@ if settings.startup['PHI-GM'].value then
|
|||||||
require('data.b.gm-vp')
|
require('data.b.gm-vp')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if settings.startup['PHI-MB'].value then
|
||||||
|
if settings.startup['PHI-MB-ENERGY'].value and settings.startup['PHI-MB-ENERGY'].value > 1 then
|
||||||
|
require('data.b.mbe')
|
||||||
|
end
|
||||||
|
|
||||||
|
if settings.startup['PHI-MB-MACHINE'].value and settings.startup['PHI-MB-MACHINE'].value > 1 then
|
||||||
|
require('data.b.mbm')
|
||||||
|
end
|
||||||
|
|
||||||
|
if settings.startup['PHI-MB-EQUIPMENT'].value and settings.startup['PHI-MB-EQUIPMENT'].value > 1 then
|
||||||
|
require('data.b.mbq')
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user