Minecraft BetterFps mod 2024 download
logo
minecraft mod BetterFps

BetterFps

Game Version: 1.10.2
Total Downloads: 53,620,788
Updated: Jun 5, 2017
Created: Apr 26, 2015
Download BetterFpsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
v1.4.5-1.10 release 146.14 KB Jun 5, 2017 1.10.2 7,919,378 download BetterFps v1.4.5-1.10 releaseDownload
v1.4.5 release 145.76 KB Jun 5, 2017 1.11.2 324,018 download BetterFps v1.4.5 releaseDownload
v1.4.4-1.10 release 145.69 KB May 4, 2017 1.10.2 398,416 download BetterFps v1.4.4-1.10 releaseDownload
v1.4.4 release 145.30 KB May 4, 2017 1.11.2 62,878 download BetterFps v1.4.4 releaseDownload
v1.3.2 release 61.50 KB Jun 24, 2016 1.10.2 1,765,613 download BetterFps v1.3.2 releaseDownload
v1.3.1 release 61.29 KB May 20, 2016 1.9.4 88,950 download BetterFps v1.3.1 releaseDownload
v1.3.0 release 61.30 KB May 15, 2016 1.9 35,430 download BetterFps v1.3.0 releaseDownload
v1.2.0 release 61.44 KB Dec 19, 2015 1.8.9 449,530 download BetterFps v1.2.0 releaseDownload
v1.0.1 release 61.74 KB Jun 23, 2015 1.7.10 3,580,429 download BetterFps v1.0.1 releaseDownload
v1.1.1 release 61.94 KB Jun 23, 2015 1.8 272,326 download BetterFps v1.1.1 releaseDownload
v1.4.8 beta 151.56 KB Sep 24, 2017 1.12.2 37,886,379 download BetterFps v1.4.8 betaDownload
v1.4.7 beta 183.19 KB Aug 27, 2017 1.12.1 73,785 download BetterFps v1.4.7 betaDownload
v1.4.3-1.10 beta 142.89 KB Apr 3, 2017 1.10.2 262,392 download BetterFps v1.4.3-1.10 betaDownload
v1.4.3 beta 142.82 KB Apr 3, 2017 1.11.2 44,665 download BetterFps v1.4.3 betaDownload
v1.4.2 beta 145.26 KB Feb 22, 2017 1.11.2 52,354 download BetterFps v1.4.2 betaDownload
v1.4.1 beta 147.17 KB Feb 10, 2017 1.11.2 11,441 download BetterFps v1.4.1 betaDownload
v1.4.0 beta 133.17 KB Feb 1, 2017 1.11.2 4,368 download BetterFps v1.4.0 betaDownload
v1.3.4 beta 132.48 KB Feb 1, 2017 1.11 10,634 download BetterFps v1.3.4 betaDownload
v1.3.3 beta 117.33 KB Nov 17, 2016 1.11 34,952 download BetterFps v1.3.3 betaDownload
v1.1.0 beta 17.70 KB Apr 28, 2015 1.8 21,504 download BetterFps v1.1.0 betaDownload
v1.0.0 beta 17.72 KB Apr 26, 2015 1.7.10 85,868 download BetterFps v1.0.0 betaDownload
v1.4.6 alpha 145.73 KB Jun 10, 2017 1.12 235,477 download BetterFps v1.4.6 alphaDownload

Screenshots

Description

Share this:

BetterFps is a Minecraft mod that add a few performance improvements, trying to be compatible with other mods.

Without BetterFpsWith BetterFps

If you have two screenshots comparing with and without, PM me.

These screenshots are outdated and many improvements have been implemented since then.

Improvements

All improvements can be enable or disabled in the config file (config/betterfps.json) or in the options menu (Options -> BetterFps Options) (For older versions, press F12 while in game).

Algorithm

Changes sin() and cos() algorithm. There are 7 algorithms. Each one of them may or may not help you, it really depends on the hardware of your computer.
Currently, it's pretty similar from what FpsPlus used to do, but it doesn't edit base classes.

I have plans to expand this, not in more algorithms, but in algorithm generation based on benchmarks.

Affects both client-side and server-side.

Memory Preallocation

Removes a RAM preallocation of 10MB. This allocation was added to prevent players from starting the game with low memory, but this allocation is kept until its almost the memory reaching its limit. This was made just for players using modpacks, where memory might be a problem. If you have enough memory, this is pretty much useless for you.

Only affects client-side.

Fog

Removes the fog. The fog creates a lot of lag, why not add an option to remove it?

Only affects client-side.

Beacon Beam

Removes the transparent layer of the beam. It might help it when there's a lot of beacons.

Experimental - I'm still testing if it actually helps anyone, I might remove it.

Only affects client-side.

Fast Hopper

Hoppers are very unoptimized, they keep checking for items to pickup when there's no need for it. Simply putting a solid full block on top of it stops looking for items to pickup.
Recently, Forge has added the new capability API, which forced me to remove others improvements. I might reimplement them in the future.

Only affects server-side.

Fast Beacon

Beacons are also unoptimized, the code processes stuff that it didn't need to. Not only it was recoded thinking in performance, the code was also organized for processing stuff only when it needs to.

Affects both client-side and server-side.

Fast Search

The creative mode search is really unoptimized, in big modpacks, the pressing any key in the text input would freeze the game by a few moments. This improvement implements a smart search algorithm, reusing old results for new searches. It will also prevent any non-alphadecimal key (such as shift) from updating the search.

It also supports multithreaded/asynchronous searches: they will prevent lag spikes from happening when searching

Only affects client-side.

Installation

Installation for Minecraft Forge

  • Find the game installation folder
  • Drop the mod file in the mods folder

Note: The mod will not appear in the mod list due to a missing feature in Forge. I've been trying to add this feature to Forge for about as long as this mod exists, but this is up to Forge devs, not me :/

If you want to check if the mod is installed, you can open the options menu, it should have a BetterFps button in there.

Installation for Minecraft Vanilla

  • Double click the mod file to open the installer
  • Click "Install"
  • Change the installation directory, version and profile according to your preferences.
  • Open/Restart the Minecraft Launcher
  • Play the game 🙂

Modpacks

You may add this mod to your modpack if I'm credited (Guichaguri) and you link this page.

You can only distribute the mod in modpacks. Do not repost this mod or claim ownership, all versions are only uploaded to MinecraftPatch.

Compatibility

  • Optifine: Overwrites Fast Math when the algorithm is not set to "Vanilla"
  • Fastcraft: Full
  • FpsPlus+: BetterFps will override FpsPlus sine & cosine improvements

Source Code | MCF Thread

 

If you have issues with this mod, report here.

Comments

Add a comment