From 203e8745e2d337b43a4d5d9317965d5ee2a2fc98 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 11 Jul 2022 20:43:50 +0200 Subject: [PATCH] built on 11/07/2022 20:43:50 --- signs_bot/cmd_pattern.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signs_bot/cmd_pattern.lua b/signs_bot/cmd_pattern.lua index 867e61f..2fef06b 100644 --- a/signs_bot/cmd_pattern.lua +++ b/signs_bot/cmd_pattern.lua @@ -163,7 +163,7 @@ minetest.register_node("signs_bot:missing", { drawtype = "glasslike", paramtype = "light", sunlight_propagates = true, - use_texture_alpha = true, + use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "blend" or true, is_ground_content = false, groups = {snappy=3,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory = 1}, drop = "",