feat: Increase rain particle count.

This commit is contained in:
Adam Macumber 2022-09-18 20:24:22 -04:00
parent cc83e63257
commit d4c92b0340
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
local PARTICLES_COUNT_RAIN = 100
local PARTICLES_COUNT_THUNDER = 300
local PARTICLES_COUNT_RAIN = 500
local PARTICLES_COUNT_THUNDER = 1000
local get_connected_players = minetest.get_connected_players