Achievements Optimizer is a lightweight performance mod that optimizes how item-based achievements and advancements are processed — reducing unnecessary inventory scans and improving overall tick efficiency.
It doesn’t change any gameplay mechanics or logic — only makes achievement checks faster and cleaner under the hood.
⚙️ Key Optimizations
- Early tick skipping — heavy slot calculations (empty/occupied/full) are skipped early, preventing extra work per event.
- Instant empty stack discard — with
ignoreEmptyStacksenabled, empty stacks are removed immediately without scanning the entire inventory. - Fast multi-item matching — single-pass inventory check using
boolean[]flags with early exit. No allocations, noticeably faster on large inventories or long condition lists. - Early slot filtering —
slots.matches(full, empty, occupied)is evaluated first, avoiding deeper checks when slots don’t match. - Preserved fast path for single targets — when
items.size() == 1, the comparison is done directly on the changed slot without a full inventory pass.
🚀 Result
Fewer redundant checks, less memory churn, and faster responses to inventory events.
Particularly beneficial for servers or modpacks with many players and complex advancement triggers.
From version 2.0.0 required Forge Config API Port (only for fabric version).
Feel free to write about all problems and suggestions on my github! Good luck!
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21.11, 1.21.10, 1.21.9
- 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 CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.
Achievements Optimizer is a free Minecraft Java mod. Compatible with Minecraft 1.21.11, 1.21.10, 1.21.9, 1.21.1 and newer. Downloaded 10,991,168 times (via CurseForge). Download it and open it directly in the game.



