From fc7d2cca4c4c13805b9cc246107de1cb874ee360 Mon Sep 17 00:00:00 2001 From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Fri, 8 May 2020 23:15:10 -0400 Subject: [PATCH] Fix rain to look better --- weather_handling.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/weather_handling.lua b/weather_handling.lua index 42fea5f..d28cf45 100644 --- a/weather_handling.lua +++ b/weather_handling.lua @@ -155,13 +155,13 @@ local spawn_rain = function(player) maxacc = {x=0, y=0, z=0}, minexptime = 1, maxexptime = 2, - minsize = 1, - maxsize = 1, + minsize = 4, + maxsize = 4, collisiondetection = true, collision_removal = true, object_collision = false, vertical = true, - texture = "raindrop.png", + texture = "raindrop.png^[opacity:80", playername = player:get_name(), }) end -- 2.44.0