1.5.0
Compatibility
Changes
🚨 IMPORTANT COMPATIBILITY NOTICE
This version (1.5.x) is NOT compatible with Cobbleverse 1.6-CF Modpack
If you're using Cobbleverse 1.6-CF, you MUST use Poke Notifier v1.4.x instead. This version will cause crashes with Cobblemon 1.6.1.
Poke Notifier v1.5.0 - Cobblemon 1.7.0 Compatibility Update!
Transform your Cobblemon server into an engaging community hub with comprehensive event management, smart notifications, and seamless map integration!
🔧 What's New in v1.5.0
✅ Cobblemon 1.7.0 Full Compatibility
- API Updates: All Pokemon display calls updated for Cobblemon 1.7.0
- Fully Tested: Confirmed working in singleplayer and multiplayer
- Seamless Upgrade: No data loss when upgrading from v1.4.x
- Enhanced Lists: Corrected Pokemon categorization for accuracy
📊 Pokemon List Improvements
- MYTHICAL Category: Fixed to include proper 22 Mythical Pokemon
- ULTRA_RARE Category: Refined to only starter Pokemon (13 total)
- Accurate Data: All Pokemon properly classified by official standards
📋 Modpack & Version Compatibility
| Setup Type | Cobblemon Version | Poke Notifier Version | Testing Status |
|---|---|---|---|
| Cobbleverse 1.6-CF | 1.6.1 | v1.4.x ONLY | ⚠️ Use Legacy Version |
| Custom Servers | 1.6.1 | v1.4.x | ✅ Fully Tested |
| Custom Servers | 1.7.0+ | v1.5.x | ✅ Fully Tested |
| Future Modpacks | 1.7.0+ | v1.5.x | ✅ Ready |
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:yRK8rhwf:fb3QVgtk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yRK8rhwf:fb3QVgtk"
}

