File Details
v3.0.0 for NeoForge 26.1
- R
- Mar 27, 2026
- 102.75 KB
- 10
- 26.1
- NeoForge
File Name
nosigngui-neoforge-3.0.0_26.1.jar
Supported Versions
- 26.1
Curse Maven Snippet
- Bump version + README and metadata tweaks
- Major code refactoring in v3.0.0
- Rewrote the common logic from scratch for cleaner behavior (fixed the mod_id, enclosed the GUI state behind methods, and centralized the toggle/actionbar generation
- Split the actionbar toggle message into two cached parts (white prefix + green toggle state)
- Fabric: Rewrote the Fabric side to have a proper
cliententrypoint, register a static keybind once, and delegate the toggle behavior to common logic for less duplication and better maintainability - NeoForge: Rewrote the NeoForge side similarly with shared common toggle logic and a static keybind path
- Moved
MixinClientPlayerEntityto central common directory since they were unnecessarily split - Updated
MixinClientPlayerEntityto use the new encapsulated APIisSignGuiEnabled()
- Updated to Java 25 and Gradle v9.0 for 26.1
- Updated Architectury loom to
1.14-SNAPSHOTand Arch plugin3.5-SNAPSHOT - FAPI for 26.1 now requires Fabric Loader v0.18.4+