Fix being unable to cross two vertically opening trapdoors
This commit is contained in:
parent
1326e09bc9
commit
1b5d67e39f
@ -290,6 +290,9 @@ minetest.register_on_joinplayer(function(player)
|
|||||||
textures = {skin},
|
textures = {skin},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
visual_size = {x=1, y=1},
|
visual_size = {x=1, y=1},
|
||||||
|
collisionbox = {-0.3, 0.0, -0.3, 0.3, 1.75, 0.3},
|
||||||
|
stepheight = 0.6,
|
||||||
|
eye_height = 1.625,
|
||||||
})
|
})
|
||||||
player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)
|
player:set_local_animation({x=0, y=79}, {x=168, y=187}, {x=189, y=198}, {x=200, y=219}, 30)
|
||||||
player_set_animation(player, "stand")
|
player_set_animation(player, "stand")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user