
Not Enough Calculator
A NEU-style calculator that works standalone or inside Roughly Enough Items (REI) & Skyblock Item List search bars!
Список изменений
-
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. using GuiGraphicsExtractor, Font, AbstractContainerScreen, and Matrix3x2fStack).
Handled the 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 the reflection fields and methods to prevent performance overhead and eliminate render-thread lag.
Improved localization and styling:
-
Moved help page content, command syntaxes, and the inline "=" display prefix to en_us.json.
-
Replaced all hardcoded string messaging with translatable components.
-
Fixed overlay result text color to be white (§f) in both the inline layout and tooltip overlay.
-
Cleaned up a lot 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
