From: Vanessa Dannenberg Date: Wed, 25 Sep 2019 19:39:51 +0000 (-0400) Subject: fix bad selection box for prefab concrete rail X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=1e05aa9309fce8f318e230c3ca668a293ff9da7a;p=signs_lib.git fix bad selection box for prefab concrete rail (when there's just one node not connected to anything) --- diff --git a/compat.lua b/compat.lua index 2f87b47..b9a04a7 100644 --- a/compat.lua +++ b/compat.lua @@ -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 = {} } })