1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-07-16 22:00:22 +02:00

minor api update, change thunder max duration

This commit is contained in:
Arturas Norkus
2016-05-10 08:52:28 +03:00
parent 443741aea7
commit c364d40823
6 changed files with 49 additions and 28 deletions

View File

@ -51,8 +51,8 @@ minetest.register_globalstep(function(dtime)
end)
-- register snow weather
if weather.known_weathers.snow == nil then
weather.known_weathers.snow = {
if weather.reg_weathers.snow == nil then
weather.reg_weathers.snow = {
chance = 10,
clear = function() end
}