All versions
1.0.5
Release
Cobblemon EXP Bar 1.0.52 weeks ago 678
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
v1.0.5 (Fabric) - Fabric Port 🎉
✨ Features
- Fabric Support: Cobblemon XP Bar is now available for Fabric! Same animated XP bar, level-up flash, and combat log messages you know from the NeoForge version.
- Cross-Version Compatibility: Works with both Cobblemon 1.6.x and 1.7.x thanks to dynamic party storage API detection.
📦 Requirements
- Minecraft 1.21.1
- Fabric Loader 0.16+
- Fabric API
- Fabric Language Kotlin
- Cobblemon 1.6+
🛠️ Technical Notes
- Includes all fixes from v1.0.5 (NeoForge): dynamic party storage access via reflection and improved fallback logic to the battle actor's Pokémon list.
- The HUD overlay is now registered through Fabric API's
HudRenderCallback(replacing NeoForge's GUI layers system).
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:bjhnUFM7:kyhVnpSO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bjhnUFM7:kyhVnpSO"
}


