mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-22 23:25:15 +02:00
Update Lingering bottle image.
This commit is contained in:
parent
a34268f85d
commit
b3e67d61b6
2 changed files with 1 additions and 1 deletions
mods/ITEMS/mcl_potions
|
@ -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 ![]() (image error) Size: 367 B |
Loading…
Add table
Reference in a new issue