mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-16 18:54:58 +01:00
Update Lingering bottle image.
This commit is contained in:
parent
a34268f85d
commit
b3e67d61b6
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ local lingering_image = function(colorstring, opacity)
|
|||
if not opacity then
|
||||
opacity = 127
|
||||
end
|
||||
return "mcl_potions_splash_overlay.png^[colorize:"..colorstring..":"..tostring(opacity).."^mcl_potions_splash_bottle.png"
|
||||
return "mcl_potions_splash_overlay.png^[colorize:"..colorstring..":"..tostring(opacity).."^mcl_potions_lingering_bottle.png"
|
||||
end
|
||||
|
||||
|
||||
|
|
BIN
mods/ITEMS/mcl_potions/textures/mcl_potions_lingering_bottle.png
Normal file
BIN
mods/ITEMS/mcl_potions/textures/mcl_potions_lingering_bottle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 367 B |
Loading…
Reference in a new issue