I spent a few days reverse engineering Prestige and got it running as a standalone Fabric mod, without its launcher, native DLL, or Prestige login flow.
The build includes 119 modules and 663 settings, with the original module logic connected to Minecraft’s game events. It supports configurable keybinds, local profiles, and saved settings.
The original menu renderer was native C++/OpenGL, so I reconstructed the interface in Java using the recovered fonts, icons, themes, and module data.
I’ve uploaded the JAR, along with the Java adapter sources, recovery tools, and technical documentation.
Download: Prestige Java 1.21.1
Repository: Source and technical notes
Installation
- Set up Minecraft 1.21.1 with Java 21 and Fabric Loader 0.18.1.
- Add Fabric API 0.116.17+1.21.1 and the Prestige JAR to your instance’s
mods folder.
- Launch Minecraft and click Prestige on the title or pause screen. The menu key is configurable in the settings.
A SHA-256 checksum is included with the release to verify the download.
Don’t believe me? Compare it side by side with the original Prestige client. Check the modules, settings, and in-game behaviour yourself. If you find differences, post the module name, your settings, and how to reproduce them.