From a46f07cbfbd9ae59b7b1cc2fc32f68c39ae34de0 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sat, 4 Mar 2017 23:58:38 -0500 Subject: updated digilines, framedglass, mesecons, pipeworks, quartz technic, unifiedinventory, and unifiedbricks --- technic/machines/LV/water_mill.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'technic') diff --git a/technic/machines/LV/water_mill.lua b/technic/machines/LV/water_mill.lua index 56b3abd..acb778c 100644 --- a/technic/machines/LV/water_mill.lua +++ b/technic/machines/LV/water_mill.lua @@ -30,7 +30,7 @@ local run = function(pos, node) local lava_nodes = 0 local production_level = 0 local eu_supply = 0 - local max_output = 50 * 45 -- four param2's at 15 makes 60, cap it lower for "overload protection" + local max_output = 35 * 45 -- four param2's at 15 makes 60, cap it lower for "overload protection" -- (plus we want the gen to report 100% if three sides have full flow) local positions = { @@ -47,7 +47,7 @@ local run = function(pos, node) end end - eu_supply = math.min(50 * water_flow, max_output) + eu_supply = math.min(35 * water_flow, max_output) production_level = math.floor(100 * eu_supply / max_output) if production_level > 0 then -- cgit v1.2.3