summaryrefslogtreecommitdiff
path: root/technic/machines/MV/hydro_turbine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/MV/hydro_turbine.lua')
-rw-r--r--technic/machines/MV/hydro_turbine.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/machines/MV/hydro_turbine.lua b/technic/machines/MV/hydro_turbine.lua
index e5df5e6..19dfebb 100644
--- a/technic/machines/MV/hydro_turbine.lua
+++ b/technic/machines/MV/hydro_turbine.lua
@@ -1,5 +1,5 @@
-- A Hydro Turbine produces MV EUs by exploiting flowing water across it
--- It is a MV EU supplyer and fairly high yield (max 1800EUs)
+-- It is a MV EU supplier and fairly high yield (max 1800EUs)
local S = technic.getter
@@ -25,7 +25,7 @@ local function get_water_flow(pos)
end
---
--- 10 times better than LV hydro because of 2 extra water mills and 4 stainless steel, a transformer and whatnot ;P.
+-- 10 times better than LV hydro because of 2 extra water mills and 4 stainless steel, a transformer and whatnot ;P.
-- Man hydro turbines are tough and long lasting. So, give it some value :)
local run = function(pos, node)
local meta = minetest.get_meta(pos)