Tpsum
ModrinthPerformance optimization mod improves mob spawning, biome lookup, worldgen allocations, and task loop hot paths.
Tpsum is a small, performance-focused optimization mod for Minecraft (Forge/NeoForge).
It targets hot paths that are executed extremely often during normal gameplay (server tick, mob spawning, biome lookup, and worldgen), aiming to reduce CPU time and avoidable allocations/GC pressure.
⚠️ No new content - Tpsum only improves performance.
Highlights
- Mob spawning (NaturalSpawner) optimizations
- faster spawn checks and fewer expensive calls in the spawn hot path
- Faster biome lookup
- cached noise-biome source and small math hot-path improvements
- Reduced worldgen allocations
- pooled feature placement context to lower GC load
- Task loop improvements
- optimized
BlockableEventLoopqueueing/counting for high task throughput
- optimized
More details / technical breakdown
All optimizations, behavior notes, and profiling details are documented in the GitHub repository:
Versions
FAQ
How do I install Tpsum?
Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.
Is Tpsum free?
Tpsum is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.
Which Minecraft versions does Tpsum support?
Works with Forge, Neoforge. Supports versions 1.20.1–1.21.1. See the download section on this page for the full list of supported versions and loaders.

Comments 0
No comments yet. Be the first to share your thoughts.