From d1327e799fdf73f76cdf186a77d14ae05158d486 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Tue, 2 Mar 2021 13:59:17 +0000 Subject: [PATCH] fix texture alpha warning --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d931f5f..7511607 100644 --- a/init.lua +++ b/init.lua @@ -762,7 +762,7 @@ minetest.register_entity("protector:display", { local x = protector_radius minetest.register_node("protector:display_node", { tiles = {"protector_display.png"}, - use_texture_alpha = true, + use_texture_alpha = "clip", -- true, walkable = false, drawtype = "nodebox", node_box = {