diff --git a/init.lua b/init.lua index 915ab70..27ab412 100644 --- a/init.lua +++ b/init.lua @@ -119,6 +119,8 @@ lightning.strike = function(pos) -- to make the texture lightning bolt hit exactly in the middle of the -- texture (e.g. 127/128 on a 256x wide texture) texture = "lightning_lightning_" .. rng:next(1,3) .. ".png", + -- 0.4.15+ + glow = 14, }) minetest.sound_play({ pos = pos, name = "lightning_thunder", gain = 10, max_hear_distance = 500 })