]> git.lizzy.rs Git - crafter_client.git/commitdiff
Fix rain to look better
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 9 May 2020 03:15:10 +0000 (23:15 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 9 May 2020 03:15:10 +0000 (23:15 -0400)
weather_handling.lua

index 42fea5f1090a7cdf432d8dc181debc8de71fa727..d28cf451e9d6a341c150c826b69c403439aba8dc 100644 (file)
@@ -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