1
0
зеркало из https://gitlab.com/rautars/weather_pack.git synced 2025-11-14 06:45:28 +01:00

minor api update, change thunder max duration

Этот коммит содержится в:
Arturas Norkus
2016-05-10 08:52:28 +03:00
родитель 443741aea7
Коммит c364d40823
6 изменённых файлов: 49 добавлений и 28 удалений

Просмотреть файл

@@ -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
}