Plutonium244
No reviews yet
Smarter Chunk Rendering for Minecraft
Enhances game performance and optimizes resource usage.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Plutonium244 — Smarter Chunk Rendering for Minecraft
Stop re-rendering what hasn't changed.
Plutonium244 is a Fabric optimization mod that targets one of Minecraft's most wasteful rendering habits: invalidating an entire chunk when only a single block changes.
The Problem
Every time a block is placed, broken, or updated in Minecraft, the game marks the entire 16×16 chunk as dirty and queues it for a full re-render — even if only one block changed in a small corner of that chunk.
In busy environments — redstone contraptions, players building, entities interacting — this creates hundreds of unnecessary render calls per second, hammering your CPU and GPU for no reason.
The Plutonium Solution
Plutonium244 subdivides each chunk into 16 subchunk sections of 4×4 blocks and tracks updates at that granular level.
When a block changes, only its exact 4×4 subchunk section is marked dirty — not the whole chunk.
The result: drastically fewer render invalidations, lower CPU and GPU load, and smoother gameplay.
Vanilla Minecraft: [ block changes ] → entire 16×16 chunk re-rendered
Plutonium244: [ block changes ] → only the 4×4 section re-rendered
Features
| Feature | Description |
|---|---|
| 4×4 Subchunk Tracking | Each chunk split into 16 precise sections — only the affected one is updated |
| Smart Event Filtering | Internal Minecraft events (world gen, loading) are ignored to prevent false invalidations |
| Auto Mod Detection | Compatible mods detected and logged at startup automatically |
| Client & Server Ready | Works in both environments out of the box |
Works Great Alongside
Plutonium244 automatically detects and integrates with these popular optimization mods:
| ⚡ Sodium | 🪨 Lithium | 🌊 Krypton |
| 💎 Indium | ⚙️ C2ME | 🗺️ Chunky |
Requirements
- Minecraft: 1.21.11 (Java Edition)
- Loader: Fabric 0.18.5+
- Dependency: Fabric API

Versions
- UNLIMITED: Is an experimental version for hight performance but it can be UNSTABLE.
- BALANCED: Recommended version. Optimized for hight performanceand memory usage.
- 60 FPS: Locks the game at a constant 60 FPS for ultra-smooth and consistent gameplay.
Found a bug or have a suggestion? Open an issue and help shape the mod's future!
About
Made with ☢️ by FrameKiller
with Mit licence
Plutonium244 is not affiliated with or endorsed by Mojang or Microsoft.
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources