]> git.lizzy.rs Git - signs_lib.git/commitdiff
fix bad selection box for prefab concrete rail
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>
Wed, 25 Sep 2019 19:39:51 +0000 (15:39 -0400)
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>
Wed, 25 Sep 2019 20:06:12 +0000 (16:06 -0400)
(when there's just one node not connected to anything)

compat.lua

index 2f87b47d829ceec3a36241de6bd34a43e271bf5a..b9a04a791f3f1ec4101bba2aceab81b4f8cac076 100644 (file)
@@ -30,6 +30,7 @@ if minetest.get_modpath("prefab_redo") then
                        connect_left  = { -0.5,   -0.5, -0.125, 0.125, 0.375, 0.125 },
                        connect_back  = { -0.125, -0.5, -0.125, 0.125, 0.375, 0.5   },
                        connect_front = { -0.125, -0.5, -0.5,   0.125, 0.375, 0.125 },
+                       disconnected  = { -0.125, -0.5, -0.125, 0.125, 0.25,  0.125 },
                        fixed = {}
                }
        })