MineBrush local downloads
Choose the file that matches your Minecraft version and mod loader. Each link opens the separate MineBrush download page before DLE serves the attached file.
- Prepare download → — Minecraft 26.2
- Corresponding source and license bundle
- LGPL-3.0 license
MineBrush reviewed the official release records and attachment structure. This exact build was not independently launched in a Minecraft runtime; use a backup and match the listed game version, loader, and dependencies.
What Bobby actually does
Bobby is a client-side Minecraft Java mod by Johni0702 and contributors. When a multiplayer server sends a chunk to your client, Bobby can store that chunk under .minecraft/.bobby. If you later move far enough away that the server stops sending the chunk, Bobby can render its cached copy. The result is a longer visible horizon made from terrain you have already received.
That distinction matters. Bobby does not increase the server's view distance, simulation distance, entity tracking range, or ticking area. Cached terrain is a local visual record, not a live copy of the server. It cannot show an unexplored build, a new player, a changed block, or another update until the server sends current data again.
Choose the exact download
- Resource: Bobby
- Release:
5.2.15+mc26.2 - Minecraft: Java Edition 26.2
- Loader: Fabric
- Environment: client only
- Official version ID:
KLiFVFju - File:
bobby-5.2.15+mc26.2.jar, 867,357 bytes
The exact JAR declares Minecraft ~26.2 and Fabric Loader >=0.18.4. It does not declare Fabric API, Cloth Config, Mod Menu, or Sodium as a required external mod file. Do not add a random API just because another Fabric mod needs it, and do not use this JAR in Forge, NeoForge, or Bedrock Edition.
Version 5.2.15 is more than a routine version label. Its creator changelog says it fixes a path-safety issue where a malicious server could overwrite a local world if it could guess the name. MineBrush therefore does not recommend downgrading to 5.2.14 for a Minecraft 26.2 profile.
Install Bobby on Fabric
- Create a separate Minecraft Java 26.2 instance and launch vanilla 26.2 once.
- Install Fabric Loader 0.18.4 or newer for that same instance. The tagged source used Loader 0.19.3 during its build, but the released JAR's enforceable minimum is 0.18.4.
- Close the game and place
bobby-5.2.15+mc26.2.jarintact in the active instance'smodsfolder. Do not unzip or rename its extension. - Launch the Fabric profile, join a disposable or familiar server, move through several chunks, disconnect, reconnect, and check the same horizon.
- Restart the client and repeat the check before trusting the setup in a main modpack.
If your launcher manages separate instances, use its Open Folder command. Copying the file to a global .minecraft/mods folder will not affect an instance that uses a different game directory.
Optional integrations without dependency confusion
Bobby works without three integrations that players often mistake for requirements:
- Cloth Config API: suggested at version 26.2.155 or a compatible release. It supplies the configuration UI plumbing.
- Mod Menu: suggested at version 20.0.0-beta.3 or a compatible release. Used with Cloth Config, it gives you an in-game route to Bobby's settings.
- Sodium: optional, but Bobby's Max Render Distance setting requires Sodium. The exact JAR rejects Sodium older than 0.6.0.
Without Cloth Config and Mod Menu, Bobby still loads and writes config/bobby.conf. The creator source says this file is watched and automatically reloaded when changed. Keep a copy before hand-editing it, use plain values, and change one setting at a time.
Settings that matter
- Enabled: master switch for Bobby.
- Dynamic World Management: separates and can later reconcile caches on servers that use several identically named worlds. Leave it off unless the server topology needs it.
- Disable Block Entities: enabled by default. It avoids loading ticking block entities such as chests in fake chunks.
- Taint Fake Chunks: darkens cached chunks so you can distinguish them from live server chunks.
- Chunk Unload Delay: defaults to 60 seconds and delays unloading outside the current view distance. It does not carry across dimensions.
- Cleanup Unused Regions: defaults to
-1, which disables automatic age-based cleanup.0cleans after every disconnect; a positive value is a retention period in days. - Max Render Distance: defaults to 32 and requires Sodium when used to raise the configurable ceiling.
- Singleplayer Server View Distance: defaults to 0, meaning disabled. A nonzero value makes Bobby useful in single-player by overriding the integrated server's view distance and needs a re-login to enable or disable.
Start at defaults. A very large visible horizon can increase disk reads, memory use, upload work to the GPU, and the amount of geometry on screen. Raise distance gradually and compare frame time while standing at the same location. Bobby is not a guaranteed FPS optimization.
Cache location, disk use, and privacy
Multiplayer cache data lives under .minecraft/.bobby for a default instance. A launcher with a custom game directory stores it inside that instance instead. The cache grows as servers send more terrain, so long exploration sessions across several servers can use meaningful disk space.
Use Bobby's cleanup setting or archive old instance data deliberately. Do not share the .bobby folder casually: it can contain cached terrain from places you explored and may expose information about private builds or server routes. Close Minecraft before moving or restoring cache folders, and copy the entire working folder rather than merging unknown files into it.
What cached chunks can and cannot show
- Can show: the last terrain state the server sent to your client.
- Cannot show: unexplored terrain or remote changes that the server has not resent.
- May look stale: builds, doors, redstone, fluids, block entities, and other details can change while their cached copy remains outside live view distance.
- Does not tick: a cached chunk is not a second simulation and cannot keep farms, mobs, or machines running.
If a distant structure looks wrong, move close enough for the server to send the current chunk. Judge correctness after the live chunk replaces the cached view, not while the old visual record is still displayed.
Optional single-player fallback world
The creator documents an advanced feature that can load chunks from an existing single-player world even when the multiplayer server has never sent them. To use it, the folder of the source world—not its in-game display name—must be renamed to bobby-fallback.
Treat this as an expert workflow. Work on a copy, not the only copy of a world. The fallback must match the intended terrain closely enough to be useful, and an old-format world may need optimization from Minecraft's Singleplayer menu. A visually plausible fallback is not authoritative server data.
Dynamic multi-world servers and commands
Proxy networks and servers with identically named worlds can confuse a simple one-cache-per-name model. Bobby's Dynamic World Management starts a new local cache on a world change and can merge caches when enough terrain appears similar. The creator warns that flat worlds may require more movement before the match becomes clear and that an older mixed cache may need cleanup.
The exact release registers client commands under /bobby, including /bobby worlds, /bobby worlds full, /bobby worlds create, /bobby worlds merge <source> <target>, and /bobby upgrade. Do not merge cache IDs from guesswork. List them, back up the entire cache, and use merge only when you can identify source and target.
A repeatable five-minute verification route
- Start a clean Fabric 26.2 instance with Bobby only.
- Join a server whose rules allow client render-distance tools and note the server-rendered boundary.
- Walk a straight route long enough to receive several chunks, then return and increase the client render distance modestly.
- Disconnect, reconnect, and confirm that previously received terrain appears beyond the current live boundary.
- Change one block close enough to be live, walk away, then return and confirm the server refreshes it.
- Restart the client and verify the cache persists, with no new loader warning.
- Check disk growth under the instance's
.bobbyfolder and set a cleanup policy you understand.
Repeat with Sodium, Cloth Config, and Mod Menu only after the base route passes. Then add the rest of the modpack in small groups. That order separates a Bobby issue from a renderer, UI, or broad pack conflict.
Fix common Bobby problems
- “Incompatible Minecraft version”: use the exact 26.2 file in a 26.2 instance. A similar-looking 26.1 or 1.21.11 build is not interchangeable.
- Game opens but Bobby is absent: confirm the active instance directory, Fabric profile, and intact JAR location.
- No in-game config button: Bobby can still run. Add compatible Cloth Config and Mod Menu only if you want the screen.
- Render-distance slider will not go above 32: the Bobby setting that raises the maximum requires compatible Sodium. Do not use Sodium older than 0.6.0.
- Distant terrain is outdated: cached chunks show the last state received. Move within the server's current view distance to obtain fresh data.
- Disk use keeps growing: back up the cache, set a positive cleanup age, or remove old per-instance cache data while Minecraft is closed.
- Old chunks disappear after a Minecraft update: preserve the cache and run
/bobby upgradeonly on a backup-aware current setup; the conversion can take time. - Wrong world appears on a proxy network: stop exploring, preserve all caches, enable and validate Dynamic World Management in a copy before merging anything.
- Frame time becomes worse: lower render distance, keep block entities disabled in fake chunks, and compare the same route without shaders or other render mods.
Update, remove, or roll back safely
Before updating, copy the working instance, config/bobby.conf, and the complete .bobby cache. Replace the old Bobby JAR instead of leaving two versions in mods. Launch a disposable route, reconnect, restart, and only then use the main profile.
To remove Bobby, close Minecraft, remove its JAR, and keep the cache until the unmodded profile has launched correctly. Cached files are local; removing them should not change the remote server. Delete them later only when you are certain rollback is no longer needed.
Download safety, license, and source
The exact JAR and tagged source declare GNU LGPL version 3 or later. Any MineBrush-hosted binary must be accompanied by the full GPL and LGPL notices and the exact corresponding source archive for tag v5.2.15+mc26.2, commit 47868a67f24f2dc2670cbbb22fd3e3363cb152a1. Keep the creator filename and credit intact. Use the normal DLE attachment button so the player reaches MineBrush's separate download page rather than a raw file URL.
Official sources checked
- Bobby on Modrinth — creator-owned project and current release route.
- Bobby source repository — code, tagged source, changelog, settings, commands, and license.
- Bobby issue tracker — current known problems and reproducible reports.
Continue with the right setup
Use the MineBrush Fabric installation guide before touching a main instance. If you want Bobby's extended slider ceiling, compare the Sodium setup guide. For the optional in-game settings route, use the Mod Menu guide.
Quick answer
For Minecraft Java 26.2, install bobby-5.2.15+mc26.2.jar on the Fabric client with Loader 0.18.4 or newer. It re-renders chunks your server already sent and stores them locally; it does not load or simulate unexplored terrain. Begin with defaults, protect the cache, use 5.2.15 for the security fix, and add optional UI or Sodium integrations only after the clean profile passes.

PLAYER QUESTIONS
Discussion
Include the exact edition, version and step when asking for help.