Tags
Creators
Details
Licensed MPL-2.0
Published 2 years ago
All versions
2.2.3
Release
Cobblenav 2.2.3last year 828.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Updated the FishingNav UI:
- Reduced size of fishing context widget.
- Added a panel with buttons to close the menu, refresh data, and switch between buckets.
- Added rare occurrence of Wingull.
- Minor color changes.
- Minor UI additions.
- Clouds can now be added via a resource pack.
- Overhauled preference saving. Preferences are now saved locally in the client's pokenav settings file, located at
<game-dir>/cobblenav/settings/pokenav.json, rather than in the player's nbt file on the server. - Revamped biome platform system.
- Added a few new platforms.
- Added small Cobblemon Counter integration.
- Added blur when blocking widgets.
- Added display of PokéBalls near caught pokémon.
- Added a parameter to the client config to disable the blur effect. Due to a conflict with an unknown mod, the blur effect may cause display issues in the UI.
- Added Wanderer's PokéNav.
- Fixed an issue where the radial menu could be opened when opening the context menu.
- A lot of refactoring.
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:aB3cwrFJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bI8Nt3uA:aB3cwrFJ"
}

