Fix texture alpha warnings
This commit is contained in:
parent
0b046300fe
commit
7520d45516
@ -15,6 +15,7 @@ minetest.register_node(modname .. ":lilypad", {
|
||||
tiles = {modname .. "_lilypad.png", modname .. "_lilypad_bottom.png"},
|
||||
inventory_image = modname .. "_lilypad.png",
|
||||
wield_image = modname .. "_lilypad.png",
|
||||
use_texture_alpha = "clip",
|
||||
liquids_pointable = true,
|
||||
walkable = false,
|
||||
floodable = true,
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 328 B |
Loading…
x
Reference in New Issue
Block a user