mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2026-03-28 12:24:39 +09:00
.
This commit is contained in:
@@ -4,15 +4,17 @@ local file_stage = 1
|
|||||||
|
|
||||||
if settings.startup['PHI-MB'].value then
|
if settings.startup['PHI-MB'].value then
|
||||||
if settings.startup['PHI-MB-ENERGY'].value then
|
if settings.startup['PHI-MB-ENERGY'].value then
|
||||||
require 'data/mbe'
|
require 'data.mbe'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
--[[
|
||||||
if settings.startup['PHI-MB-MACHINE'].value then
|
if settings.startup['PHI-MB-MACHINE'].value then
|
||||||
require 'data/mbm'
|
require 'data.mbm'
|
||||||
end
|
end
|
||||||
|
]]
|
||||||
|
|
||||||
if settings.startup['PHI-MB-EQUIPMENT'].value then
|
if settings.startup['PHI-MB-EQUIPMENT'].value then
|
||||||
require 'data/mbq'
|
require 'data.mbq'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user