]> git.lizzy.rs Git - xdecor.git/commitdiff
Fix "xpanes_space.png" texture not found (#125) master
authoradrido <robots_only_adrido@gmx.com>
Sun, 26 Jul 2020 09:25:56 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Jul 2020 09:25:56 +0000 (11:25 +0200)
src/nodes.lua

index 258a80115b95d80467f8afb96750eacbaa179cac..31d7430d844b405b0df75816a18ea53d0a537cec 100644 (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,