mirror of
https://notabug.org/TenPlus1/protector.git
synced 2024-12-05 03:33:48 +01:00
fix texture alpha warning
This commit is contained in:
parent
ffee992ed1
commit
d1327e799f
2
init.lua
2
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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user