← Назад к ресурсам

Tritium

An all-in-one optimization module dedicated to optimizing client-side rendering and server-side stability and fluency.

Modrinth optimization utility

Описание

![neoforge](https://cdn.modrinth.com/data/cached_images/46accc8dee394028c66c514817189c2023551df8.webp) ![Forge](https://cdn.modrinth.com/data/cached_images/3983ada573d85145a6ebc665c0a71a0f37b07d9b.png) ![Fabric](https://cdn.modrinth.com/data/cached_images/f1ecd847bac87f84988c0aded9edb67e7e02343f.webp) ![quilt](https://cdn.modrinth.com/data/cached_images/763c5d457466b9b3e9746bb2c4fdccd44c47aaa5.webp) ![Ornithe](https://cdn.modrinth.com/data/cached_images/1893f0e702bf0f154ca5d1cf4e97a4549d1f4f9e_0.webp) ![Legacy Fabric](https://cdn.modrinth.com/data/cached_images/09dfa650fcc4f44e6f254108e0115334e041b0e9_0.webp) ![Rift](https://cdn.modrinth.com/data/cached_images/70d2c295a589c28662dde335c2036029be33489e_0.webp) --- An all-in-one optimization mod dedicated to improving client-side rendering performance and server-side stability. This project is actively under development. Track progress at the [TODO List](https://github.com/CraftAmethyst/Tritium/blob/1.21/TODO.md). Features - **[All Versions]** Fast Language Switching: Dramatically speeds up language switching by intercepting resource bundle reloading - **[Forge Only]** Fast Event System: Replaces generated classes with lambda constructors to accelerate event listener construction - **[All Versions]** Leaf Culling: Ports OptiFine's smart foliage rendering options - **[All Versions]** Entity Stacking Optimization: Merges nearby dropped items and experience orbs when entity density is high, similar to Spigot's optimization - **[All Versions]** Chest Rendering Optimization: Replaces dynamic chest models with static block geometry (removes opening animations for better performance) - **[All Versions]** Distant Entity Tick Reduction: Stops ticking entities and fluids that are far from the player - **[All Versions]** Dynamic FPS: Automatically reduces framerate when the game window is unfocused (1 FPS) or minimized (pauses rendering) - **[All Versions]** Memory Leak Fixes: Resolves various memory leaks that could cause crashes during extended gameplay - **[All Versions]** GL Error Suppression: Eliminates spurious GL error log spam - **[All Versions]** GPU Plus: Fixes video memory leaks and introduces new OpenGL 4+ features - **[Forge Only]** Asynchronous World Saving: Makes world saving asynchronous to significantly improve save performance - **[Forge Only]** Tech Mod Optimization: Improves performance of technical mods (e.g., GregTech, SFM, AE2), especially beneficial for tech-focused modpacks like ATM9 - **[Select Versions]** Vanilla Bug Fixes: Fixes vanilla bugs and backports fixes from newer versions Supported Minecraft Versions | Mod Loader | Supported Versions | |------------|--------------------| | NeoForge | 1.20.1, 1.21, 1.21.1 | | Forge | 1.13.2, 1.19, 1.19.1, 1.19.2, 1.20, 1.20.1, 1.21, 1.21.1 | | Fabric | 1.19, 1.19.1, 1.19.2, 1.20, 1.20.1, 1.21, 1.21.1 | | Quilt | 1.19, 1.19.1, 1.19.2, 1.20, 1.20.1, 1.21 | | Rift | 1.13.2 | | Legacy Fabric | 1.13.x | | Ornithe | 1.13.x | > **Note:** Available features vary by Minecraft version. > **Update Policy:** NeoForge and Fabric versions will be updated to support future Minecraft releases. Forge support will remain at 1.21.1 . Dependencies Install the required dependencies for your mod loader before installing Tritium: | Mod Loader | Required Dependencies | |------------|-----------------------| | NeoForge | Cloth Config | | Forge | Cloth Config, Modern Mixins(Only 1.13.2) | | Fabric | Cloth Config, ModMenu | | Quilt | Cloth Config, ModMenu, QFAPI | | Rift | Modern Mixins | Bug Reports If you encounter bugs or unexpected behavior, please submit an [Issue](https://github.com/CraftAmethyst/Tritium/issues) with: - A clear description of the problem - Crash logs (if applicable) - Steps to reproduce the issue Contributing Contributions are welcome! If you have ideas for improvements or new features, feel free to submit a pull request. If you find this project helpful, please consider starring the repository. Your support is greatly appreciated! Contributors