From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Sat, 9 May 2020 03:15:10 +0000 (-0400) Subject: Fix rain to look better X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=fc7d2cca4c4c13805b9cc246107de1cb874ee360;p=crafter_client.git Fix rain to look better --- 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