mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 11:53:46 +01:00
small correction to initial lingering cloud
This commit is contained in:
parent
78fe436c91
commit
f2e9b501b8
@ -128,7 +128,7 @@ local function register_lingering(name, descr, color, def)
|
||||
maxsize = 2,
|
||||
collisiondetection = true,
|
||||
vertical = false,
|
||||
texture = "mcl_potions_sprite.png^[colorize:"..lingering_effect_at[pos].color..":127",
|
||||
texture = "mcl_potions_sprite.png^[colorize:"..color..":127",
|
||||
})
|
||||
self.object:remove()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user