From c4ea0a8dd17ee1cbe678c3be811724d9e59747ba Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 9 Apr 2017 14:11:34 -0400 Subject: update technic --- technic/machines/LV/water_mill.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'technic') diff --git a/technic/machines/LV/water_mill.lua b/technic/machines/LV/water_mill.lua index acb778c..d291332 100644 --- a/technic/machines/LV/water_mill.lua +++ b/technic/machines/LV/water_mill.lua @@ -50,9 +50,7 @@ local run = function(pos, node) eu_supply = math.min(35 * water_flow, max_output) production_level = math.floor(100 * eu_supply / max_output) - if production_level > 0 then - meta:set_int("LV_EU_supply", eu_supply) - end + meta:set_int("LV_EU_supply", eu_supply) meta:set_string("infotext", S("Hydro %s Generator"):format("LV").." ("..production_level.."%)") -- cgit v1.2.3