Improve florb texture a bit

This commit is contained in:
Evert Prants 2018-04-06 15:37:03 +03:00
parent 5df575c7eb
commit 2cc7c203ab
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
2 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ function fluidity.register_florb(data)
-- Register base item
minetest.register_craftitem(mod_name..":"..florb_name, {
description = florb_desc.." (Empty)\nThis item holds percise amount of fluids.",
inventory_image = textures[1],
description = florb_desc.." (Empty)\nThis item holds millibuckets of fluid.",
inventory_image = textures[1].."^[noalpha^"..textures[2].."^[makealpha:255,0,0,",
_florb_capacity = capacity,
_florb_source = nil,
stack_max = 1,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 282 B

After

Width:  |  Height:  |  Size: 256 B