
AEP (Adaptive Entity Prioritization)
AEP is a lightweight, server-side performance optimization mod designed to automatically manage and reduce load caused by entity ticking and physics.
Unlike blanket optimizations, AEP uses an adaptive throttling system. The mod only steps in to reduce work when the server needs it—primarily during periods of high server load (high MSPT/TPS drops). When the server runs smoothly, entities and item stacks behave normally.
When the server strains, AEP selectively and temporarily slows down the tick rate for:
- Mob AI: Pathfinding and general behavior ticks for non-player entities are throttled (mobs might only tick once every few game ticks).
- Item Merging: The process of item entities searching for nearby stacks to merge with is throttled, reducing physics checks.
AEP uses high mixin priority to apply its throttling logic before the corresponding vanilla methods run, making it effective at reducing server work immediately upon detection of lag.
🛑 IMPORTANT COMPATIBILITY NOTE
AEP is NOT COMPATIBLE with Lithium.
Both AEP and Lithium patch the same core server loops. Lithium's advanced optimizations will completely override and disable AEP's logic, rendering AEP ineffective, and crashing Minecraft. For the best performance, do not run AEP alongside Lithium.
Creator: Will5Plays
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.8
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as aep-1.0.0.jar — drop this file into the mods folder
- Download size: 12 KB
- Download link checked 21 Aug 2026 — working
These come from our own check of the pack file, not from the source page.