1.0.11
Compatibility
Changes
🧭 PokéNav
This update includes a modified version of the Cobblenav mod, which allows you to find out which Pokémon may appear in the area you are currently in, the chances of them appearing, and the factors that influence their appearance.
🗂️ Inventory Side Tabs
Your inventory now has a row of quick-access tabs down the side, so the following menus are one click away: PC · PokéDex · Warps · PokéNav · Balances · Settings
- The Balances tab shows your current balances right in a tooltip when you hover it.
- These tabs may be turned off at any time under Settings → Show Inventory Tabs.
💾 Low Memory Warning
If your game is launched with less RAM than the pack needs, you'll now get a heads-up screen right after loading instead of silently running into stutters. It tells you how much you've allocated versus the recommended minimum, and gives you options to Proceed, Open guide (a walkthrough for raising your memory, tailored to your launcher), or Stop showing the warning.
🐛 Fixes
Fixed body cosmetics interfering with elytra flight detection.
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:RTt7S27q:6wSnwB2d"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RTt7S27q:6wSnwB2d"
}

