Tags
Creators
Details
1.2
Compatibility
Required content
Changes
+ Adds the following placeholders:
- %pokedex:total_implemented% (total implemented pokemon in the Pokedex)
- %pokedex:total_caught% (total pokemon marked as "caught" in the Pokedex)
- %pokedex:total_seen% (total pokemon marked as "encountered" in the Pokedex + the caught count because caught != encountered)
- %pokedex:percent_completed% (percentage of Pokedex completed, formatted #.## [ex: 12.32])
- %pokedex:total_reward_groups% (total Pokedex reward groups registered in this mod's config)
- %pokedex:last_claimed_reward% (the name of the last reward group the player claimed, or "None" if none has been claimed yet)
+ All Pokemon in the Player's PC and Party are now automatically registered as "caught" in the player's Pokedex upon joining the server. This is primarily for servers that had data from before Cobblemon released the Pokedex feature, as Cobblemon does not automatically register previously caught Pokemon...
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:D2HLNWaE:cTRQwEXx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D2HLNWaE:cTRQwEXx"
}



