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:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user