1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-07-15 13:20:23 +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

@ -1,6 +1,6 @@
rain = {}
rain.particles_count = 50
rain.particles_count = 35
rain.sound_handler = function(player)
return minetest.sound_play("weather_rain", {
@ -136,8 +136,8 @@ rain.make_weather = function()
end
end
if weather.known_weathers.rain == nil then
weather.known_weathers.rain = {
if weather.reg_weathers.rain == nil then
weather.reg_weathers.rain = {
chance = 15,
clear = rain.clear
}