Skip to content

Home en

xiaolin edited this page Jul 27, 2026 · 5 revisions

Hassium

Hassium Logo

Hassium is a high-performance Minecraft optimization mod providing efficient storage, network optimization, chunk caching, beyond-view rendering, and lighting optimization. Covers Minecraft 1.20.1–1.21.11 on Fabric / Forge / NeoForge.

Repo: github.com/limuqy/Hassium · 简体中文

License Minecraft Loaders CurseForge


Core capabilities

Core capability Description
Efficient storage Compresses world chunks with ZSTD to reduce save size while retaining the vanilla .mca layout
Network optimization Compresses chunk and network data to reduce bandwidth and loading waits
Chunk cache Reuses locally loaded chunks to avoid repeated downloads
Beyond-view render In multiplayer, fills terrain beyond server view distance from the local cache for rendering only
Lighting optimization Recomputes lighting when needed and reuses cached lighting data to avoid repeated work

Feature details: Features.


Quick start

  1. Download the loader-specific JAR from GitHub Releases or CurseForge.
  2. Drop it into mods/ on client and/or server.
  3. Launch the game; config files are generated under config/hassium/.
  4. Back up worlds before first enabling storage (see FAQ).

Details: Installation.


Docs

Page Content
Installation Download, prerequisites, per-loader notes
Configuration Full config table and GUI paths
Commands /hassium and /hassiumc reference
Features Feature deep-dive
Beyond-View-Render Beyond-view render details
World-Export Cache world export
Compatibility Multi-mod compatibility table
Support-Matrix Version × loader matrix
Data-Plane-and-Failover UDP data plane + control failover (server ops)
FAQ Frequently asked questions
Troubleshooting Debug paths and logs

Support matrix (summary)

Minecraft Fabric Forge NeoForge
1.20.1
1.20.2–1.20.4
1.20.5–1.20.6 ✅ (1.20.6 only)
1.21.1–1.21.11

Full nine-segment table: Support-Matrix.


License

GPL-3.0-or-later

Clone this wiki locally