Generate more raindrops in thunderstorms

This commit is contained in:
Wuzzy 2017-11-12 01:52:07 +01:00
parent de45af5e79
commit b3ad5c7927
2 changed files with 16 additions and 1 deletions

View file

@ -13,6 +13,7 @@ minetest.register_globalstep(function(dtime)
return false
end
rain.set_particles_mode("thunder")
rain.make_weather()
if thunder.init_done == false then