]> git.lizzy.rs Git - Crafter.git/commitdiff
Update init.lua
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 4 Jul 2020 12:04:58 +0000 (08:04 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 4 Jul 2020 12:04:58 +0000 (08:04 -0400)
mods/fireworks/init.lua

index d6795fd0c43f864f8775c3ed3aeb0768c8c92f5d..f52f9688eea0f1ca07285d4b788b1f21aa0689f0 100644 (file)
@@ -23,6 +23,7 @@ local function fireworks_pop(pos)
             collision_removal = false,
             vertical = false,
             texture = "smoke.png^[colorize:"..color..":255",
+            glow = 14,
         })
     end
     minetest.sound_play("fireworks_pop",{pos=pos,pitch=math.random(80,100)/100,gain=6.0,max_hear_distance = 128})