Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 19 hours ago
All versions
1.4
Release
Catch Indicator [Cobblemon Addon] 1.45 months ago 4,698
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
🔹 Catch Indicator v1.4 – NeoForge
This update focuses on name rendering stability, Pokédex reliability, and improved compatibility in complex mod environments.
🆕 New Setting
- Minimap Reveal Names: Optional setting that makes minimap mods show the real Pokémon name instead of ??? for Pokémon you have never encountered. This only affects the minimap.
🧵 Core Improvements
- More accurate Pokédex status detection.
- Refactored client name cache for better stability.
- Fixed font loading warning caused by a missing texture reference.
- Added missing keybind translation entries.
- Cleaner client config handling.
- Optimized name refresh scheduling.
- Reduced unnecessary name recalculations.
🛠 NeoForge Specific Fixes
- Fixed incorrect name display caused by Cobblemon renderer behavior.
- Stabilized name override injection to prevent startup crashes.
- Cleaned mixin targets to avoid invalid method resolution warnings.
- Improved compatibility with other mods affecting name rendering.
- Reduced risk of name desync during Pokédex synchronization.
- Removed redundant display name hooks that caused unstable behavior.
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:39RCTBhc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tpTcu2PM:39RCTBhc"
}![Catch Indicator [Cobblemon Addon]](https://cdn.modrinth.com/data/tpTcu2PM/84ca62a8309f2cdc7ddc47b06d2c51897fed0a0d_96.webp)

