Tags
Creators
Details
All versions
1.0.11
Release
SkyBlock Enhancements 1.0.11 for 1.21.112 months ago 7,369
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
Changelog for 1.0.11
RRV Enhancements
Improvements/Fixes
- Added option to display full raw numbers in search bar calculator instead of abbreviated K/M/B/T suffixes
- Search calculator now applies suffixes only to "clean" multiples to preserve accuracy (e.g., 10000 → 10K, but 10001 → 10001)
- Added an option to automatically hide the side panel when all bookmarks are removed.
- Added an option to change the left-side panel width, like what's already possible for the right side.
Skyblock Enhancements
Additions
- Added Pickaxe Ability ready on-screen notifications.
- Added Ping Offset Mining overlay — visually indicates the exact moment you should switch to the next block while mining, factoring in both server ping and TPS.
- In high-ping scenarios (such as playing Hypixel from outside the US), there's a significant delay between when you actually break a block server-side and when your client receives the confirmation. Without this overlay, you may keep mining a block that the server has already considered broken, losing valuable time and reducing your efficiency.
- This overlay continuously calculates the true server-side break time using your mining speed, real-time ping, and current server TPS. It renders a colored progress bar or highlight directly on the target block, signaling the precise tick when the server will register the break, so you can optimally switch to the next block before the client’s usual confirmation arrives.
- Heavily inspired by Ping Offset Miner by xevalia, but rebuilt from the ground up for this mod.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| skyblock_enhancements-1.0.11+1.21.11-sources.jar | Unknown | 568.92 KiB |
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:LpXuY1YR:jR0wHhSq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LpXuY1YR:jR0wHhSq"
}

