1
0
mirror of https://github.com/t-affeldt/regional_weather.git synced 2025-07-03 17:00:47 +02:00

Enable snow setting, update presets to renamed lighting condition

This commit is contained in:
Till Affeldt
2020-04-18 08:03:02 +02:00
parent 9084bdf4b2
commit 52f06da30f
12 changed files with 29 additions and 18 deletions

View File

@ -5,7 +5,8 @@
local BLOCK_PREFIX = "regional_weather:snow_cover_"
if not regional_weather.settings.puddles then
if not minetest.get_modpath("default")
or not regional_weather.settings.snow then
for i = 1,5 do
minetest.register_alias(BLOCK_PREFIX .. i, "air")
end