Added dynamic inventory images for alchemy beakers
This commit is contained in:
parent
cff176bccf
commit
091ac3ecfb
@ -53,6 +53,7 @@ local function register_beaker(name, description, texture)
|
|||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
inventory_image = texture .. "^beaker_mask.png^[makealpha:0,0,0^beaker_empty.png",
|
||||||
|
|
||||||
tiles = {
|
tiles = {
|
||||||
"beaker.png",
|
"beaker.png",
|
||||||
|
BIN
mods/alchemy/textures/beaker_empty.png
Normal file
BIN
mods/alchemy/textures/beaker_empty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 699 B |
BIN
mods/alchemy/textures/beaker_mask.png
Normal file
BIN
mods/alchemy/textures/beaker_mask.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 223 B |
Loading…
x
Reference in New Issue
Block a user