add correct mc conditions for snow

This commit is contained in:
cora 2021-09-27 23:02:49 +02:00
parent 590abfeb0f
commit e854be9f0f
1 changed files with 0 additions and 4 deletions

View File

@ -56,10 +56,6 @@ mcl_weather.register_weather("snow",{
texture="weather_pack_snow_snowflake2.png"
}
},
start = function() end,
start_player = function(name)end,
clear = function() end,
at_pos = function(pos) end,
change_at_pos = function(pos)
local biome=minetest.get_biome_data(pos)
if pos.y > 50 or (mcl_worlds.has_weather(pos) and biome.heat > 15 ) then