Description
Display Fake FPS! ๐
This client-side mod allows you to display a fake and customizable FPS counter at the top of your Minecraft screen! Ideal for fun, videos, or simply to prank your friends into believing you have 1000 FPS! ๐
โ๏ธ How does it work?
The "Fake FPS Mod" is a purely client-side mod, meaning it only needs to be installed on your Minecraft game, not on the server. Here's how it works:
- ๐ Configuration: When you launch the game for the first time with the mod, a configuration file named
fake_fps.jsonis created in theconfig/oas_work/folder. - ๐ Reading the configuration file: The mod reads this
fake_fps.jsonfile to determine:- โฑ๏ธ
fps_min: The minimum value of fake FPS to be displayed (by default, this value needs to be configured in thefake_fps.jsonfile). - ๐
fps_mx: The maximum value of fake FPS to be displayed (by default, this value needs to be configured in thefake_fps.jsonfile). - โ
activated: If the value istrue, the display of fake FPS is activated. Iffalse, it is deactivated (by default, to be configured in thefake_fps.jsonfile).
- โฑ๏ธ
- ๐ฒ Random Generation: The mod then generates a random FPS value every second, between the
fps_minandfps_mxvalues you have configured. - ๐ Display: This fake FPS value is displayed in the top left corner of your screen in-game.
๐ฎ How to use it?
- ๐ ๏ธ Configuration (recommended):
- ๐ Locate the configuration file: After launching Minecraft with the mod at least once, go to the
config/oas_work/folder in your Minecraft directory. Open thefake_fps.jsonfile with a text editor. - โ๏ธ Modify the settings:
"fps_min": ... ,: Replace...with the minimum value of fake FPS you want to display."fps_mx": ... ,: Replace...with the maximum value of fake FPS you want to display. Make surefps_mxis greater thanfps_min."activated": ...: Replace...withtrueto activate the display of fake FPS, orfalseto deactivate it.
- ๐พ Save the
fake_fps.jsonfile. - ๐ Restart your Minecraft game for the changes to take effect.
- ๐ Locate the configuration file: After launching Minecraft with the mod at least once, go to the
๐ Important Points:
- ๐ป Client-Side ONLY: This mod is client-side only. It should not be installed on the server.
- โ๏ธ Customizable Configuration: You can easily adjust the range of fake FPS displayed via the
fake_fps.jsonfile. - ๐ Configuration File: The
fake_fps.jsonfile is located in theconfig/oas_work/folder of your Minecraft installation. - โ ๏ธ Purely Visual: This mod does not modify your real FPS in any way. It just displays a fake value for the display.



