forked from Mineclonia/Mineclonia
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,
|
maxsize = 2,
|
||||||
collisiondetection = true,
|
collisiondetection = true,
|
||||||
vertical = false,
|
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()
|
self.object:remove()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue