diff --git a/mods/ENVIRONMENT/mcl_weather/nether_dust.lua b/mods/ENVIRONMENT/mcl_weather/nether_dust.lua index 17ca7692..a4f303a2 100644 --- a/mods/ENVIRONMENT/mcl_weather/nether_dust.lua +++ b/mods/ENVIRONMENT/mcl_weather/nether_dust.lua @@ -18,8 +18,7 @@ local psdef= { collision_removal = false, object_collision = false, vertical = false, - glow = math.random(0,minetest.LIGHT_MAX), - texture = "mcl_particles_nether_dust"..math.random(1,3)..".png" + glow = math.random(0,minetest.LIGHT_MAX) } local function check_player(player)