Fix "xpanes_space.png" texture not found

pull/125/head
Adrian 2020-07-25 10:09:26 +02:00
parent 16adad0cd7
commit 83f7c5b751
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ local function register_pane(name, desc, def)
tiles = {"xdecor_" .. name .. ".png"},
drawtype = "airlike",
paramtype = "light",
textures = {"xdecor_" .. name .. ".png", "xdecor_" .. name .. ".png", "xpanes_space.png"},
textures = {"xdecor_" .. name .. ".png", "" ,"xdecor_" .. name .. ".png"},
inventory_image = "xdecor_" .. name .. ".png",
wield_image = "xdecor_" .. name .. ".png",
groups = def.groups,