forked from mtcontrib/minetest-mod-sea
[seaglass] Add use_texture_alpha to avoid warnings
This commit is contained in:
parent
f7b367534a
commit
f81840fbd1
@ -32,6 +32,7 @@ local function register_glass(suffix, color, cgroups)
|
||||
drawtype = "glasslike",
|
||||
tiles = {"seaglass_seaglass"..c..".png"},
|
||||
inventory_image = minetest.inventorycube("seaglass_seaglass"..c..".png"),
|
||||
use_texture_alpha = "clip",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
light_source = ls,
|
||||
|
Loading…
Reference in New Issue
Block a user