From 1e05aa9309fce8f318e230c3ca668a293ff9da7a Mon Sep 17 00:00:00 2001 From: Vanessa Dannenberg Date: Wed, 25 Sep 2019 15:39:51 -0400 Subject: [PATCH] fix bad selection box for prefab concrete rail (when there's just one node not connected to anything) --- compat.lua | 1 + 1 file changed, 1 insertion(+) 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 = {} } })