PrismarineJS / prismarine-physics

Provide the physics engine for minecraft entities
MIT License
35 stars 39 forks source link

Cannot climb trapdoors dirrectly above ladders #109

Open szdytom opened 9 months ago

szdytom commented 9 months ago

Ref: https://minecraft.wiki/w/Ladder#Climbing

In Java Edition, when a trapdoor satisfies the following conditions, it also becomes climbable:

  • The trapdoor is placed directly above a ladder.
  • The trapdoor is opened.
  • The trapdoor and the ladder directly below it face the same direction.