Tags
Creators
Details
Licensed ARR
Published 7 months ago
Updated last week
All versions
1.4.1
Release
Catch Indicator [Cobblemon Addon] 1.4.16 months ago 511.8K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Changes
1.4.1 Done
Changelog:
- Improved minimap Pokémon name refresh logic to ensure SEEN and CAUGHT Pokémon display their real names at any distance.
- Reworked background refresh scheduler to prevent delayed name updates on map mods.
- Optimized name cache refresh flow for better stability and reduced edge case desync.
- Increased refresh responsiveness without impacting client performance.
Fix:
- Fixed an issue where previously encountered Pokémon could still appear as ??? on minimap until the player got close.
- Fixed inconsistent Pokédex status updates when entities were loaded far from the player.
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:tpTcu2PM:Kuy7LGYe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tpTcu2PM:Kuy7LGYe"
}![Catch Indicator [Cobblemon Addon]](https://cdn.modrinth.com/data/tpTcu2PM/84ca62a8309f2cdc7ddc47b06d2c51897fed0a0d_96.webp)

