Fix being unable to cross two vertically opening trapdoors

This commit is contained in:
Auke Kok 2019-03-17 22:41:04 -07:00
parent 1326e09bc9
commit 1b5d67e39f

View File

@ -290,6 +290,9 @@ minetest.register_on_joinplayer(function(player)
textures = {skin},
visual = "mesh",
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_animation(player, "stand")