Skip to content

v1.6.0

Choose a tag to compare

@XSY-HYH XSY-HYH released this 09 Jun 12:57

v1.6.0

Breaking Changes

  • Remove 16 low-impact performance optimization mixins to reduce compatibility risks
  • Add FixEntry.Side mechanism (SERVER/CLIENT/BOTH) so fixes only apply on their target side

New Fixes

  • Light engine bounds guard: prevent crash when SubLevel sections exceed world height limits
  • Player position guard: clamp player position to world border when coordinates exceed boundaries
  • Physics ticket guard: prevent crash from DistanceManager internal state corruption
  • Copycats compat: prevent crash when Copycats blocks missing facing property
  • SubLevel entity getter guard: prevent server freeze from abnormally large AABBs

Bug Fixes

  • Fix typewriter sneak-click not opening config GUI (@overwrite -> @WrapMethod)
  • Add try-catch to CarryOn placement/teleport projection to prevent crashes