Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 months ago
Updated 3 weeks ago
All versions
1.4.0+mc26.2
Release
bobbyshare-1.4.0+mc26.2.jar3 weeks ago 1,283
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
๐ Bobby Share v1.4.0 - Server Stability & Seamless Chunk Updates
๐ก๏ธ Server Crash & Deadlock Fixes
- Resolved Live Chunk Serialization Crash: Fixed concurrency race conditions (
PalettedContainerstate mutation) and thread pool starvation that could cause server freezes or watchdog crashes when players rapidly explored or requested live chunks. Live chunks are now safely and synchronously serialized on the server thread before packet dispatch. - Stress-Tested: Verified rock-solid stability serving tens of thousands of real-time chunk requests under heavy player movement with zero crashes or leaks.
๐๏ธ Client Visual Bug Fixes
- Eliminated Chunk Disappearing / Black Holes: Fixed an issue where fake chunks requested via Bobby would immediately be unloaded upon arrival, causing chunks to visually flicker, vanish, or create gaping void holes when flying near them.
- Seamless Hot-Swap Updating: Invalidation updates for modified blocks now hot-swap Bobby fake chunks in memory seamlessly without unloads or render flashes.
๐งน Optimizations & Cleanup
- Completely removed internal debug logging and diagnostic overhead.
- Fully updated and verified across all 13 supported Minecraft version branches from 1.20.1 to 26.2.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:bdmbv587:jfZdogMS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bdmbv587:jfZdogMS"
}

