FakeFPS plus plus

A client-side mod that allows you to set a fake FPS counter.

File Details

fakefps v1.0.1 1.21.10.jar

  • R
  • Feb 10, 2026
  • 254.93 KB
  • 131
  • 1.21.10
  • Fabric

File Name

fakefps v1.0.1 1.21.10.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:fakefps-plus-plus-1456337:7606327"

Learn more about Curse Maven

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 ModInitializer to ClientModInitializer.
  • Migrated command registration to ClientCommandManager to ensure full client-side compatibility.