From: adrido Date: Sun, 26 Jul 2020 09:25:56 +0000 (+0200) Subject: Fix "xpanes_space.png" texture not found (#125) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=HEAD;p=xdecor.git Fix "xpanes_space.png" texture not found (#125) --- diff --git a/src/nodes.lua b/src/nodes.lua index 258a801..31d7430 100644 --- a/src/nodes.lua +++ b/src/nodes.lua @@ -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,