Skip to content
Snippets Groups Projects
Unverified Commit 5b0b4f3b authored by adrido's avatar adrido Committed by GitHub
Browse files

Fix "xpanes_space.png" texture not found (#125)

parent 16adad0c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment