forked from mtcontrib/signs_lib
fix bad selection box for prefab concrete rail
(when there's just one node not connected to anything)
This commit is contained in:
parent
80c0fc6a7e
commit
1e05aa9309
@ -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_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_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 },
|
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 = {}
|
fixed = {}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user