Essential Patcher

This is a mod for users who want more control over Essential's cosmetics, telemetry, ads, purchase prompts, and client-side behavior.

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

Fabric

modImplementation "curse.maven:essential-patcher-1555663:8210594"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

1.0.4

  • Switched HTTP cosmetic sync auth from Mojang joinServer to 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 calls joinServer.
  • Backend kept the old /api/auth/begin and /api/auth/finish endpoints 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.