Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
Updated 3 weeks ago
All versions
2.0.1
Alpha
Cobblenav 2.0.12 years ago 1,865
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Removed a crash while attempting to render a Pokémon model that had broken animations as a result of improper addon management(?). Now such Pokémon will not be rendered, and an exception message will be sent to chat.
- Added config.
- The tooltip that appears when you click the question mark button has been replaced by a context menu.
- Updated explanatory information on the location screen, added explanatory information and a button to call the context menu with it on the finder screen
- Added display of depth conditions to the tooltips of the spawn information widgets.
- Pokémon displayed in the PokéNav will now play a swimming animation if they are conditioned to be submerged in water.
- Updated translations.
- Temporarily added a command to customize PokéFinder
/configure pokefinder species=<species list> aspects=<aspects list> shinyonly=<true/false>
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:bI8Nt3uA:GMDp2S7p"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bI8Nt3uA:GMDp2S7p"
}

