BetterFps Mod — Configuration
Configuration
BetterFps is designed to be user-friendly, offering both an in-game GUI and a configuration file for advanced users.
In-Game Menu
Players can access the settings by navigating to Options -> BetterFps Options. In some versions, pressing the F12 key while in-game will also open the configuration screen. This menu allows for real-time toggling of all features, including the math algorithm, fog, and block optimizations.
Config File
For server administrators or modpack creators, the mod's settings are stored in config/betterfps.json.
| Key | Type | Default | Description |
|---|---|---|---|
algorithm |
String | rivens-half |
The math algorithm to use. |
preallocateMemory |
Boolean | false |
Whether to keep the 10MB RAM preallocation. |
fog |
Boolean | true |
Enables or disables fog rendering. |
fastHopper |
Boolean | true |
Enables hopper optimizations. |
fastBeacon |
Boolean | true |
Enables beacon optimizations. |
creativeSearch |
Boolean | true |
Enables the optimized creative search bar. |