File Details
notenoughcalculator-2.0.0.jar
- R
- Jun 29, 2026
- 73.72 KB
- 65
- 26.2+3
- Fabric
File Name
notenoughcalculator-2.0.0.jar
Supported Versions
- 26.2
- 26.1.2
- 26.1.1
- 26.1
Curse Maven Snippet
-
Updated the mod to support Minecraft 26.2, 26.1.2, 26.1.1, 26.1, and upcoming 26.x releases.
(#4) -
Replaced deprecated rendering and API components with Mojang mapped equivalents
(e.g. GuiGraphicsExtractor, Font, AbstractContainerScreen, Matrix3x2fStack). -
Handled Minecraft 26.2 screen field relocation dynamically:
- Added a reflection-based helper to fetch the active screen from either the Minecraft instance (26.1) or the Gui subclass (26.2+).
- Cached reflection fields and methods to prevent performance overhead and eliminate render-thread lag.
-
Improved localization and styling:
- Moved help page content, command syntaxes, and inline "=" display prefix to
en_us.json. - Replaced all hardcoded string messaging with translatable components.
- Fixed overlay result text color to white (§f) in both inline layout and tooltip overlay.
- Moved help page content, command syntaxes, and inline "=" display prefix to
-
Cleaned up a lot of comments across the codebase.
Important: Support for 1.21.9 – 1.21.11 is coming to an end and these versions are no longer actively supported.
Full Changelog:
https://github.com/Rijzzz/NotEnoughCalculator/compare/v1.0.14…v2.0.0