From 645ad09de9fde29beefaa52e84a84a1496cab85f Mon Sep 17 00:00:00 2001 From: sys4 Date: Tue, 2 Mar 2021 23:01:49 +0100 Subject: [PATCH] Fix deprecated use of use_texture_alpha --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), })