From 4281165c6cea3082819119517c8b3b12722360e4 Mon Sep 17 00:00:00 2001 From: cora Date: Sat, 25 Sep 2021 03:07:14 +0200 Subject: [PATCH] nether dust: remove obsolete line --- mods/ENVIRONMENT/mcl_weather/nether_dust.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)