зеркало из
https://gitlab.com/rautars/weather_pack.git
synced 2025-11-14 06:45:28 +01:00
minor api update, change thunder max duration
Этот коммит содержится в:
@@ -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
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user