From 87ce657c095151bb05eb27b171b1647fd5e6a641 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Tue, 23 Jun 2026 19:34:08 +0900 Subject: [PATCH] . --- PHI-CL/data/b/mbe.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHI-CL/data/b/mbe.lua b/PHI-CL/data/b/mbe.lua index 9cbaf04..27fa668 100644 --- a/PHI-CL/data/b/mbe.lua +++ b/PHI-CL/data/b/mbe.lua @@ -12,7 +12,7 @@ local mod_tint = { -- MBE C 1 BASE FLUID if data.raw['fluid'] and data.raw['fluid']['steam'] then - data.raw['fluid']['steam'].max_temperature = math.max(((settings.startup['PHI-MB-ENERGY'].value > 1) and 5000) or 500, data.raw['fluid']['steam'].max_temperature) + data.raw['fluid']['steam'].max_temperature = math.max(((settings.startup['PHI-MB-ENERGY'].value > 1) and 2000) or 500, data.raw['fluid']['steam'].max_temperature) end -- MBE A 7 BASE RESEARCH