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