Tags
Creators
Details
1.3.4
Compatibility
Required content
Changes
- Added only seen pokemon mode.
Can be enabled in the config. In this mode, only those pokemon that the player has previously seen will be displayed on the location screen. For this mode to work, either Cobblemon Counter or Rafa's Cobbledex must be installed. If both are installed, Cobblemon Counter will be prioritized.
- Added key bindings to open the main screen and location screen.
The keys are not assigned by default. To use them, you need to have a pokenav in your inventory.
-
Slightly improved badges.
- Received badges now also store information about who granted the badge and the date of granting.
- Added suggestions for the
/badge grantcommand. - The badge names are now in color💅.
-
Fixed giving egg moves to pokemon with special characters in their name. It is now possible.
-
Added protection against deleting player data elements, which could cause an error when entering the world.
Optional dependencies
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:WEF2tY6G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bI8Nt3uA:WEF2tY6G"
}

