fix texture alpha warning

This commit is contained in:
tenplus1 2021-03-02 13:59:17 +00:00
parent ffee992ed1
commit d1327e799f
1 changed files with 1 additions and 1 deletions

View File

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