From 55733c2944608a20b76c0f5d41a03addd5c14366 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Mon, 9 Dec 2019 15:42:09 +0200 Subject: [PATCH] Lower wind turbine height --- elepower_machines/machines/wind_turbine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elepower_machines/machines/wind_turbine.lua b/elepower_machines/machines/wind_turbine.lua index 4e014f4..21bdb9b 100644 --- a/elepower_machines/machines/wind_turbine.lua +++ b/elepower_machines/machines/wind_turbine.lua @@ -13,7 +13,7 @@ local function get_formspec_default(power, state) end -- Primitive wind checking function -elepm.wind_height_constant = 100 +elepm.wind_height_constant = 10 function elepm.wind_check(pos) if pos.y < elepm.wind_height_constant then return 0