mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-03-13 09:32:30 +01:00
Change verticle offset for testing reattaching to rail to 0.55, which is a bit more than the stair step height
This commit is contained in:
committed by
the-real-herowl
parent
2c22f1537e
commit
90cfa2cf40
@ -526,8 +526,8 @@ local function do_detached_movement(self, dtime)
|
||||
local yaw_dir = minetest.yaw_to_dir(yaw)
|
||||
local test_positions = {
|
||||
pos,
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir, 0.5)),0,-0.3,0),
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir,-0.5)),0,-0.3,0),
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir, 0.5)),0,-0.55,0),
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir,-0.5)),0,-0.55,0),
|
||||
}
|
||||
|
||||
for i=1,#test_positions do
|
||||
|
Reference in New Issue
Block a user