[seaglass] Add use_texture_alpha to avoid warnings

This commit is contained in:
bri cassa 2021-03-15 22:16:09 +01:00
parent f7b367534a
commit f81840fbd1
1 changed files with 1 additions and 0 deletions

View File

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