From b86bcff7b7eed1f6644198ac0ff1bc39470789cb Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 26 Feb 2017 15:16:59 -0500 Subject: update technic --- technic/machines/LV/water_mill.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'technic') diff --git a/technic/machines/LV/water_mill.lua b/technic/machines/LV/water_mill.lua index ad461fb..56b3abd 100644 --- a/technic/machines/LV/water_mill.lua +++ b/technic/machines/LV/water_mill.lua @@ -47,7 +47,7 @@ local run = function(pos, node) end end - eu_supply = 50 * water_flow + eu_supply = math.min(50 * water_flow, max_output) production_level = math.floor(100 * eu_supply / max_output) if production_level > 0 then -- cgit v1.2.3