Skip to content

v4.7.5

Latest

Choose a tag to compare

@SoRadGaming SoRadGaming released this 24 Mar 13:23
· 10 commits to main since this release
e37b2f7

Note: THERE ARE 16 DIFFERENT VERSIONS OF THIS MOD - [1.21.11 to 1.17]

Full Changelog:

  • Removed Async Code for improved stability.
  • Fixed Draw Call Order to ensure proper rendering.
  • Optimized Cache Updates – now runs once per tick instead of per frame or event.
  • Added Paper Doll Support to the cache system.
  • Improved Multiplayer Compatibility – cache now functions correctly with MP and other mods.
  • Expanded Cache Functionality – now supports Game Info and Time data.
  • Optimized Logic Flow – reduced unnecessary computations per frame.

Threading Optimization – logic now runs on a separate thread from the game’s main thread.

  • Runs once per tick to process data.
  • When the game renders a frame, the mod retrieves pre-processed data from the cache, significantly reducing render time.

This update enhances performance, compatibility, and efficiency, improving gameplay smoothness.