Use blend rather than clip for texture alpha

This commit is contained in:
mazes-80 2023-03-15 13:56:30 +01:00
parent 05a8525061
commit 707c7f054f

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