Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated yesterday
All versions
0.1.17+mc26.2
Release
CrowBar v0.1.17 (Minecraft 26.2)last month 12
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Changes
CrowBar v0.1.17
Fixes locator marker alignment in third-person views and keeps GPExpansion claim waypoints on the correct HUD layer when the server does not provide the Allium CrowBar integration.
Fixed
Third-Person Locator Alignment
- Player skins, locator dots, and claim bowties now use the rendered camera position for their direction and distance calculations.
- Custom markers remain aligned with Minecraft's locator bar while using third-person, front-facing, or other detached camera views.
- First-person locator behavior remains unchanged.
- The fix is shared across the Minecraft 1.21.11, 26.1.x, and 26.2 clients.
GPExpansion Claim Layering
- On Minecraft 1.21.11, GPExpansion claim bowties now keep the locator bar background visible when claims are active but no nearby players or Allium CrowBar payload are available.
- The forced locator background is drawn after Minecraft selects its contextual bar, preventing the XP bar from covering it.
- Claim bowties are drawn after the vanilla locator addons, keeping them visible on top of the bar instead of behind it.
- The five-second XP gain peek is preserved: the locator background and claim markers temporarily hide together so the experience bar can be read.
Technical Changes
- Added shared locator projection logic with normalized relative yaw calculations.
- Added regression coverage for detached third-person camera projection and yaw wrapping.
- Split the 1.21.11 locator background and marker rendering into the same ordered phases used by newer clients.
Testing
- Added shared tests covering third-person camera offsets and positive and negative yaw normalization.
- Verified the common module and all three supported client modules compile, test, and package successfully.
- Confirmed the GPExpansion no-player fallback displays claim bowties over a live locator background.
Downloads
CrowBar-1.21.x-0.1.17.jarfor Minecraft 1.21.11CrowBar-26.1.x-0.1.17.jarfor Minecraft 26.1.xCrowBar-26.x-0.1.17.jarfor Minecraft 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:yP7IdsBH:qsSa1A2p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yP7IdsBH:qsSa1A2p"
}

