This commit is contained in:
2026-06-02 22:01:30 +09:00
parent 1840dad25a
commit 42a7e30851
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -12,7 +12,9 @@ local mod_tint = {
}
-- MBE C 1 BASE FLUID
data.raw['fluid']['steam'].max_temperature = ((settings.startup['PHI-MB-ENERGY-POWER-TIER'].value > 1) and 5000) or data.raw['fluid']['steam'].max_temperature
if data.raw['fluid'] and data.raw['fluid']['steam'] then
data.raw['fluid']['steam'].max_temperature = ((settings.startup['PHI-MB-ENERGY-POWER-TIER'].value > 1) and 5000) or data.raw['fluid']['steam'].max_temperature
end
-- MBE A 7 BASE RESEARCH
for i = 1, 7 do