From e854be9f0f4c171d31ec608cf9f23399ff07bed6 Mon Sep 17 00:00:00 2001 From: cora Date: Mon, 27 Sep 2021 23:02:49 +0200 Subject: [PATCH] add correct mc conditions for snow --- mods/ENVIRONMENT/mcl_weather/snow.lua | 4 ---- 1 file changed, 4 deletions(-) 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