LanternPowered / Lantern

An open-source Minecraft server that implements the SpongeAPI.
MIT License
108 stars 12 forks source link

Split Block BoundingBox in CollisionBox and SelectionBox. #56

Closed Cybermaxke closed 6 years ago

Cybermaxke commented 6 years ago

The collision box and selection box of a block are two different things, unlike it was handled before. Collision boxes can also be constructed using multiple AABBs, for example stairs. This is required for physics and block placement behavior.