
Redirector - Minecraft Performance Optimization
Introduction
Redirector is a specialized mod for Minecraft versions 1.16.5 and above that implements advanced optimization techniques to significantly improve game performance. If you need a version for Minecraft 1.12.2 and older releases, check out the alternative version Redirector [Retro].
How It Works
In popular Minecraft optimization mods like Sodium, Lithium, and Phosphor, a common concept is applied: replacing references to element values in enumeration classes with static final field references. This approach significantly speeds up access to constants and reduces redundant computations when frequently accessing them.
Redirector fully implements this methodology, leading to noticeable reduction in game memory consumption and improvement in overall performance.
Compatibility and Installation
The mod works correctly on both client and server. An important advantage: installing Redirector on a server does not require clients to have the mod, providing flexibility in usage.
Issue Reports
For versions 1.16.5 and newer: use the official issue tracker For versions 1.12.2 and older: a separate repository is available for reports