Language

Tpsum

Tpsum

Modrinth

Performance optimization mod improves mob spawning, biome lookup, worldgen allocations, and task loop hot paths.

12.4k downloads 5 followers updated 7mo ago
latest v0.0.10 Modrinth
Forge Neoforge 1.20.1 – 1.21.1 OptimizationUtility

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 BlockableEventLoop queueing/counting for high task throughput

More details / technical breakdown

All optimizations, behavior notes, and profiling details are documented in the GitHub repository:

Versions

Release
0.0.10
forge · 1.20.1 · 7mo ago
3.1k
Release
0.0.10
neoforge · 1.20.1 · 7mo ago
324
Release
0.0.9
forge · 1.20.1 · 7mo ago
- Fix Entity desync - Fix Crash getBiome
24
Release
0.0.8
forge · 1.20.1 · 7mo ago
26
Release
0.0.5
forge · 1.20.1 · 7mo ago
Fix compat with Artifacts
17
Release
0.0.4
forge · 1.20.1 · 7mo ago
Fix botania compat
20
Release
0.0.3
neoforge · 1.21.1 · 7mo ago
Port from 1.20.1
8.8k
Release
0.0.3-test-1
forge · 1.20.1 · 7mo ago
26

Comments 0

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

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.

Download Tpsum

Files are served directly from the original source. Modgrid does not host or modify them.