Adaptive Performance Tweaks is a collection of Minecraft Forge server-side Mod which automatically adjust specific settings on the server to allow a more balanced TPS/FPS. The goal of this mod is to allow a smoother experience on a server with several (=> 180) Mods.
👾Optimized Mob Spawn Calculations
Mob spawns are limited to a specific view area of the player which allows a better distribution and lowers the numbers of entities without a visible effect for the user. Example: If you are walking on the surface entities below a specific distance / which are currently not reachable will not be spawn until you are closer to them.
👻Spawn Control
The mod includes a basic spawn control to define the max. number of entity types per player and world with some predefined settings for specific mods. This includes a deny and allow list to disable specific mobs completely or to exclude them from the optimization.
The spawn-rate is calculated on the following formula:
math
Number Of players * Max Number Of Entity * Server Load * Game Difficulty
You can add your own custom basic spawn control over the adaptive_performance_tweaks/spawn/CustomSpawn.toml
config file.
Note: Playing in the game difficulty HARD could exceed the max number of hostile entity from the config file by max. 2x.
You could also get an overview of all currently loaded monster over /aptweaks monster
.
📦Spawner Optimization
Keeps track of the current number of loaded spawner and perform smaller optimization.
You could also get an overview of all currently loaded spawners over /aptweaks spawner
.
🗄️Config file
With the config file you can disable / enable each of these individual features and adjust the relevant list of affected mobs.
✔️Supported Mods
This is a list of the currently supported mods with a custom spawn file for individual spawn settings.
You can adjust the spawn settings over the adaptive_performance_tweaks/spawn/*.toml
config files.
🚀Install additional Optimization
📦Bundled Version
If you want to install all modules together use the bundled version:
⚙️Customized
If you want to pick and choose your optimization mod, take a look at the core page:
➡️Install additional optimization modules
🚩Issues
Please report issues over the Issue link.
Version Status Overview 🛠️
| Version | Status | | -------------- | --------------------- | | Fabric Version | ❌ Not planned | | Forge 1.16.5 | ❌ Not planned | | Forge 1.17.1 | ❌ Not planned | | Forge 1.18.1 | ⚠️ Maintenance only | | Forge 1.18.2 | ✔️ Active development |