Fix texture alpha warnings

This commit is contained in:
Aaron Suen 2021-09-06 21:16:21 -04:00
parent 0b046300fe
commit 7520d45516
2 changed files with 1 additions and 0 deletions

View File

@ -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