This commit is contained in:
2026-03-19 19:30:58 +09:00
parent b0fda01ec9
commit 8bb5bf99c4
12 changed files with 463 additions and 432 deletions

View File

@@ -4,15 +4,15 @@ local file_stage = 1
if settings.startup['PHI-MB'].value then
if settings.startup['PHI-MB-ENERGY'].value then
require 'data.mbe'
require 'data.b.mbe'
end
if settings.startup['PHI-MB-MACHINE'].value then
require 'data.mbm'
require 'data.b.mbm'
end
if settings.startup['PHI-MB-EQUIPMENT'].value then
require 'data.mbq'
require 'data.b.mbq'
end
end