File Details
essentialpatcher-26.1.2-Fabric-1.0.4.jar
- R
- Jun 7, 2026
- 112.50 KB
- 465
- 26.1.2
- Fabric
File Name
essentialpatcher-26.1.2-Fabric-1.0.4.jar
Supported Versions
- 26.1.2
Curse Maven Snippet
Changelog
1.0.4
- Switched HTTP cosmetic sync auth from Mojang
joinServerto the Minecraft access-token verify endpoint. The old flow hit Mojang's session server hard enough to get user accounts temp-suspended for "high API requests"; the new flow auths once per launcher session, caches the JWT, and never callsjoinServer. - Backend kept the old
/api/auth/beginand/api/auth/finishendpoints for backwards compatibility, so older patcher versions still work. - JWT TTL bumped from 15 minutes to 20 hours so heartbeats stop forcing re-auth mid-session.
- Fixed: Essential's "Show only cosmetic / Show only armor / Show both" settings now work with patcher enabled.
- Fixed: "Hide cosmetics in inventory" toggle is now respected.