Thulium

Quick rating

Thulium

No reviews yet

A lightweight performance mod that boosts FPS by optimizing Minecraft's garbage collector, sound engine, event bus, profiler and render loop without touching entities, blocks or world generation

No Theme
No Genre
Performance & Optimization
Mod Loaders
Forge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
thulium-1.0.5.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

How it works

Garbage Collector pressure reduction. Minecraft creates and discards thousands of temporary objects every second — arrays, lists, string builders. Every discarded object adds work for Java's Garbage Collector, which causes micro-stutters when it kicks in. Thulium pre-allocates reusable object pools and borrows from them instead of creating new objects. It also monitors memory usage and prevents unnecessary GC cycles that vanilla triggers too often.

Sound engine optimization. The sound system is surprisingly expensive. In areas with many sound sources, OpenAL processing becomes a real CPU bottleneck. Thulium caps simultaneous sounds per category, removes duplicate sounds playing at the same location within 50ms, and culls sounds beyond effective hearing range based on their volume. A global limit of 80 simultaneous sounds prevents overload while prioritizing important audio like music and voice.

Forge Event Bus optimization. The event bus fires hundreds of events every tick. Many of them have zero listeners — no mod is actually waiting for them, but the bus still processes them anyway. Thulium periodically scans the bus, identifies events nobody is listening to, and marks them as skippable.

Profiler overhead removal. Minecraft runs its built-in profiler at all times, even when the F3 debug screen is closed. Every frame, thousands of push/pop/swap calls execute just to track performance sections that nobody is looking at. Thulium replaces the active profiler with a no-op version when F3 is closed, removing all that overhead. When you open F3, it restores automatically.

Render loop optimization. Minecraft leaves several unnecessary OpenGL features enabled — dithering, line smoothing, point smoothing. Thulium disables them and sets GPU driver hints to prefer speed over quality for internal calculations. It also monitors your FPS in real-time and adapts its aggressiveness — switching to a more aggressive mode when performance drops.

Expected results

Overall FPS improvement is roughly 15-25% depending on your system. On CPU-bound setups the difference is more noticeable. The mod also significantly reduces micro-stutters caused by garbage collection.

Does not modify entities, blocks, chunks, lighting or world generation.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~110,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works