Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 2 weeks ago
All versions
1.2
Release
Cobblemon XP Overhaul 1.2last month 1,544
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Cobblemon XP Overhaul v1.2
New
- Added an in-game Cloth Config menu for all settings
- Added configurable XP Flask messages in the action bar, chat, or disabled
- Added administrator commands to view, set, or add XP Flask storage
Changes
- Action-bar messages now clearly distinguish player XP from Pokémon XP
- Action-bar descriptions now use white text for better readability
- Expanded XP Flask feedback with clearer status and error messages
Fixes
- Fixed Pokémon bypassing RCT level caps when receiving XP from the mod
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:Y8tMbLSp:m0Jrz0jP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y8tMbLSp:m0Jrz0jP"
}


