TECHNOVE / Airplane

A stable, optimized, well supported 1.17.1 Paper fork.
https://airplane.gg
GNU General Public License v3.0
344 stars 99 forks source link

Fix entity hard collision issue. #69

Closed Penple closed 2 years ago

Penple commented 2 years ago

The introduction of the collision cache breaks some Wither farms which rely on the hard collisions of boats to cage the Wither. This PR resolves that by removing the short-circuit in the call to getEntityHardCollisions.

The performance implications of this PR have not been tested.