File Details
fakefps v1.0.1 1.21.9.jar
- R
- Feb 10, 2026
- 254.93 KB
- 23
- 1.21.9
- Fabric
File Name
fakefps v1.0.1 1.21.9.jar
Supported Versions
- 1.21.9
Curse Maven Snippet
Changelog v1.0.1
Fixes & Improvements
- Multiplayer Support: Fixed an issue where commands (
/fakefps) did not work on multiplayer servers. - Client-Side Execution: Commands are now registered exclusively on the client side. You can now use the mod on any server, even if the server does not have the mod installed.
Technical Details
- Switched entrypoint from
ModInitializertoClientModInitializer. - Migrated command registration to
ClientCommandManagerto ensure full client-side compatibility.