From 77484db3a4900aa725cdcfe86c36da32b0d1fe58 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Wed, 24 Apr 2024 15:40:24 -0400 Subject: [PATCH] mod - torch - Fix Warning spam about use_texture_alpha --- mods/default/torch.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/default/torch.lua b/mods/default/torch.lua index 13b62ae..10fc922 100644 --- a/mods/default/torch.lua +++ b/mods/default/torch.lua @@ -47,6 +47,7 @@ minetest.register_node("default:torch", { name = "default_torch_on_floor_animated.png", animation = {type = "vertical_frames", aspect_w = 16, aspect_h = 16, length = 3.3} }}, + use_texture_alpha = (is_54 and "clip" or true), paramtype = "light", paramtype2 = "wallmounted", sunlight_propagates = true,