fix bad selection box for prefab concrete rail

(when there's just one node not connected to anything)
master
Vanessa Dannenberg 2019-09-25 15:39:51 -04:00
parent 80c0fc6a7e
commit 1e05aa9309
1 changed files with 1 additions and 0 deletions

View 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 = {}
}
})