Afar
No reviews yet
A faster, lighter minecraft chunk caching solution
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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
Compatibility
Supported Environments
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
Afar
Afar is a faster, lighter chunk caching solution for minecraft, allowing you to see far beyond the server's view distance.
How It Works
Instead of modifying the complex rendering engine, Afar operates at lower level. It works directly on the client's network connection.
- Cache (Save): It silently listens to and saves all the chunk data packets the server sends to your client into a local database.
- Load (Read): When you move around and need chunks that are within your client's view distance but beyond the server's, Afar seamlessly loads that previously saved data from your cache instead of waiting for the server to send it.
Key Features
🚀 Performance
- Utilizes SQLite as the storage backend, offering significantly faster read/write speeds and smaller file sizes compared to serializing NBT data to files.
🔧 Compatibility
- Works purely at the network connection level, intercepting and forging packets. It makes zero changes to the game's rendering code.
- This makes it theoretically 100% compatible with any rendering optimization mods like Optifine, Sodium, Iris, and any mod that affects chunk rendering or visual aesthetics.
Dependence
- Minecraft SQLite JDBC (modrinth)
- World ID Provider such as VoxelMap and JourneyMap ( Xaero's Map compatibility is still in production.)
Usage
- You can find Afar config button in the settings menu or the mod list menu. All configuration items have corresponding explanations.
- Here are some client-side command you can use
/afar dataInfo //Show database infomation
/afar runVacuum //Run database vacuum, which will optimize the size and read/write speed of the database
/afar doDrop //Delete all chunk data
/afar deleteOld <float:hours> // Delete all records before the specified database running time. You can check the running time using /afar dataInfo
Disclaimer
- This mod simply re-uses data the server has already sent you. It does not hack the server to get more data. Your client's performance when rendering a larger view distance is dependent on your own PC's capabilities.
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