From 707c7f054fecea9a679add984c64b62f8013a18d Mon Sep 17 00:00:00 2001 From: mazes-80 <1608580+mazes-80@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:56:30 +0100 Subject: [PATCH] Use blend rather than clip for texture alpha --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ef31caa..db0dc0d 100644 --- a/init.lua +++ b/init.lua @@ -22,7 +22,7 @@ lumberjack = {} -- Test MT 5.4 new string mode -local CLIP = minetest.features.use_texture_alpha_string_modes and "clip" or true +local CLIP = minetest.features.use_texture_alpha_string_modes and "blend" or true local S = minetest.get_translator("lumberjack") local MY_PARAM1_VAL = 7 -- to identify placed nodes