diff --git a/mods/ENVIRONMENT/mcl_weather/snow.lua b/mods/ENVIRONMENT/mcl_weather/snow.lua index a555c579..78d12d13 100644 --- a/mods/ENVIRONMENT/mcl_weather/snow.lua +++ b/mods/ENVIRONMENT/mcl_weather/snow.lua @@ -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