1.3.1
Compatibility
Changes
New player tools
• Right-click Pokémon with a Pokédex to record them • Check party Pokémon with /ivs <slot> and /evs <slot> • Trigger ready trade evolutions with /tradeevo <slot> • Release Pokémon from placed PCs directly into the wild • Flying-type Pokémon no longer take fall damage
- Use /stuck to avoid being in stalled battles
New server tools
• Give Pokémon to offline players with /pokegiveoffline • Offline players receive a notice when they return • Hatch eggs with /forcehatch when Cobbreeding is installed • Control Pokémon spawns from fishing rods and Poké Snacks • Armor stands no longer block Cobblemon spawn checks
** Improvements**
• Faster and safer Pokémon name handling • Battle speed changes now affect confirmed battle waits only • Removed duplicate move-saving work • Safer PC release handling with automatic recovery on failure • Clearer commands, settings, messages, and documentation • Existing settings and custom messages migrate automatically • Original config files are backed up before migration
Existing Rare Candy limits, training limits, failure chances, move cooldowns, and battle controls are still fully supported
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:Frfnj1m7:rLodCXuu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Frfnj1m7:rLodCXuu"
}

