From 7a8b53474dfedb676e3d85e10c6d5d1cbbc5a260 Mon Sep 17 00:00:00 2001 From: wsor4035 <24964441+wsor4035@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:25:18 -0500 Subject: [PATCH] reemove use_texture_alpha as the texture results are always on a black background, so we dont need to waste transparency rendering performance --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 8809342..6715278 100644 --- a/init.lua +++ b/init.lua @@ -422,7 +422,6 @@ for i = 31, 255 do is_ground_content = false, wield_image = wimage, palette="led_marquee_palette.png", - use_texture_alpha = "blend", groups = groups, paramtype = "light", paramtype2 = "colorwallmounted",