Error Fixes, Performance Improvements, Weird Bugs Fixed
funkemunky
released this
06 Jul 20:05
·
277 commits
to master
since this release
Changelog
- Fixed WrappedInFlyingPacket returning the incorrect information for versions 1.9+
- Readded functionality within WrappedInFlyingPacket to modify the values of the incoming packet.
- Optimized WrappedInTransactionPacket with vanilla abstraction instead of reflection for most fields.
- Optimized RayCollision#boxesOnRay, now takes only half the time to run.
- Optimized BlockUtil#getBlock by 5000%. Turns out getChunkAt is kinda laggy.
- Fixed double messages in WrappedOutChatPacket.
- Fixed bug where commands would show up twice instead of once like it should (result of the previous bug fix).