Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.5–1.21.11
Platforms
Supported environments
Client-side
Server-side
Links
Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 3 weeks ago
Updated 3 weeks ago
A small Fabric mod that reduces garbage collection pauses from entity collision checks. It adds a zero-allocation early-exit AABB check before VoxelShape.move() in BlockCollisions and skips a redundant AABB.move() in Entity.collideWithShapes when the offset is zero.


