Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated last month
All versions
1.2.0
Release
Cobblemon: Perfect Partners 1.2.0 - Neo4 months ago 737
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Cobblemon: Perfect Partners 1.2.0
Petting
- Wild Pokémon and other trainers’ Pokémon can now be petted.
- Petting non-owned Pokémon plays the animation but does not change stats, friendship, memories, advancements, or contest values.
- First-person petting now uses the same arm animation style as the third-person petting animation.
Following
- Simplified follow assist behavior.
- Followers now stay slightly closer than default Cobblemon behavior without teleporting, pushing, or zipping around.
- Removed extra follow-settling, forced spacing, and movement nudging behavior.
Friendship Certificate
- Cleaned up the friendship certificate layout.
- Removed the “all Shiny Leaves found” / crown-earned text.
- Removed the bottom crown icon.
- Removed the progress bar.
- Certificate now shows only the centered friendship percentage text.
Journal / Guide Book
- Rewrote and split guide book pages so text should no longer be cut off by page character limits.
Gifts
- Added configurable custom gift item support.
- Added config entries for enabling custom gifts and defining custom gift item pools.
Smart Contest
- Expanded workstation detection for Smart contest interactions.
- Workstations now include villager workstations, anvils, enchanting tables, crafting blocks, furnaces, and other useful interactable blocks.
Languages
- Packaged language files directly into the mod so text changes with the selected in-game language.
- Included: English, German, Spanish, French, Italian, Japanese, Korean, Brazilian Portuguese, Russian, and Simplified Chinese.
- Missing newer translation keys use English fallback text instead of showing raw keys.
Fixes / Cleanup
- Removed outdated petting warning text for wild Pokémon and other trainers’ Pokémon.
- Cleaned up config menu entries.
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:Mm4ksRsw:4TxtFiuK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Mm4ksRsw:4TxtFiuK"
}


