master
runs 2021-01-26 22:17:52 +01:00
parent 721876f146
commit ddfc5f9a45
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ register_downfall("rain", {
min_pos = {x = -15, y = 10, z = -15},
max_pos = {x = 15, y = 10, z = 15},
falling_speed = 10,
amount = 25,
amount = 20,
exptime = 1,
size = 1,
texture = "climatez_rain.png",
@ -103,7 +103,7 @@ register_downfall("storm", {
min_pos = {x = -15, y = 20, z = -15},
max_pos = {x = 15, y = 20, z = 15},
falling_speed = 20,
amount = 40,
amount = 30,
exptime = 1,
size = 1,
texture = "climatez_rain.png",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB