]> git.lizzy.rs Git - signs_lib.git/blobdiff - compat.lua
fix bad selection box for prefab concrete rail
[signs_lib.git] / 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 = {}
                }
        })