lower cloud limit

This commit is contained in:
theFox6 2018-07-30 17:25:35 +02:00
parent 1405ad7960
commit 9f6c9956c9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ minetest.register_globalstep(function()
for _, player in ipairs(minetest.get_connected_players()) do
local ppos = player:getpos()
if ppos.y > 200 then return end
if ppos.y > 120 then return end
local wind_pos = vector.multiply(weather.wind,-1)