From 565efc0b589d3dad27c26746efe653139805d279 Mon Sep 17 00:00:00 2001 From: itzmarkoni Date: Sat, 14 Jun 2025 15:49:34 -0400 Subject: [PATCH] updated --- turbine_driver.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turbine_driver.lua b/turbine_driver.lua index 75d2814..02aaf4f 100644 --- a/turbine_driver.lua +++ b/turbine_driver.lua @@ -1,7 +1,7 @@ local max = 90 local maxVent = 70 -local minVent = 60 -local min = 40 +local minVent = 30 +local min = 20 local function getValue() return turbine.getSteamFilledPercentage() * 100