diff --git a/init.lua b/init.lua index c715407..8f2b4b6 100755 --- a/init.lua +++ b/init.lua @@ -86,7 +86,7 @@ if minetest.get_modpath("dye") then paramtype = "light", sunlight_propagates = true, is_ground_content = true, - use_texture_alpha = true, + use_texture_alpha = "blend", groups = {cracky=3}, sounds = default.node_sound_glass_defaults(), })