Fix "xpanes_space.png" texture not found (#125)
This commit is contained in:
parent
16adad0cd7
commit
5b0b4f3b56
@ -6,7 +6,7 @@ local function register_pane(name, desc, def)
|
|||||||
tiles = {"xdecor_" .. name .. ".png"},
|
tiles = {"xdecor_" .. name .. ".png"},
|
||||||
drawtype = "airlike",
|
drawtype = "airlike",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
textures = {"xdecor_" .. name .. ".png", "xdecor_" .. name .. ".png", "xpanes_space.png"},
|
textures = {"xdecor_" .. name .. ".png", "" ,"xdecor_" .. name .. ".png"},
|
||||||
inventory_image = "xdecor_" .. name .. ".png",
|
inventory_image = "xdecor_" .. name .. ".png",
|
||||||
wield_image = "xdecor_" .. name .. ".png",
|
wield_image = "xdecor_" .. name .. ".png",
|
||||||
groups = def.groups,
|
groups = def.groups,
|
||||||
|
Loading…
Reference in New Issue
Block a user