KaylebJay
2020-06-24 438c0877f6ed03a25211ce70e2edd26b01703a8c
technic/machines/LV/water_mill.lua
@@ -1,5 +1,5 @@
-- A water mill produces LV EUs by exploiting flowing water across it
-- It is a LV EU supplyer and fairly low yield (max 180EUs)
-- It is a LV EU supplier and fairly low yield (max 180EUs)
-- It is a little over half as good as the thermal generator.
local S = technic.getter
@@ -29,8 +29,8 @@
local run = function(pos, node)
   local meta             = minetest.get_meta(pos)
   local water_flow       = 0
   local production_level = 0
   local eu_supply        = 0
   local production_level
   local eu_supply
   local max_output       = 4 * 45 -- keeping it around 180, little more than previous 150 :)
   local positions = {