mirror of
https://git.minetest.land/Mineclonia/Mineclonia.git
synced 2024-11-24 14:05:10 +00:00
small correction to initial lingering cloud
This commit is contained in:
parent
78fe436c91
commit
f2e9b501b8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue