Tags
Creators
Details
1.3.0
Compatibility
Required content
Changes
Cobblemon: Perfect Partners 1.3.0
Contest Minigame
Added the new Contest Minigame.
Use /contest minigame to play solo.
Use /contest minigame <slot> to choose a Pokémon from your party.
Solo contests place your Pokémon against a randomly generated rival Pokémon.
The minigame now uses your Pokémon.
Pokémon perform little spins and twists when notes are hit.
Contest stats now affect minigame scoring.
Beauty, Cute, Smart, and Tough each boost one arrow lane.
Cool acts as the final score multiplier.
Multiplayer Contests
Added multiplayer contest challenges.
Added /contest challenge <player>.
Added /contest challenge <player> <song>.
Added /contest challenge <player> <slot>.
Added /contest challenge <player> <slot> <song>.
Added /contest accept.
Added /contest accept <slot>.
Added /contest decline.
Challenge matches now use the same song and note chart for both players.
Scores are collected server-side.
Winners are announced after the match ends.
Song Maker
Added custom contest songs.
Added /contest song list.
Added /contest song new <name>.
Added /contest song edit <name>.
Added /contest song delete <name>.
Songs are saved to server world storage.
Song names can be used when challenging another player.
Added a four-lane music sheet editor for the four arrow keys.
Songs can have custom tempo.
Songs can have note sounds enabled or disabled.
Songs can choose their note block instrument sound.
Added upper and lower octave note placement.
Left click places lower-octave notes.
Right click places upper-octave notes.
Lower-octave notes use a darker color.
Contest song notes use E, F, A, and B in the key of A minor.
Song Ownership
Songs now remember their creator.
Only the original creator or an admin can edit a song.
Only the original creator or an admin can delete a song.
Older songs without creator data are treated as admin-managed songs.
Beauty Contest
Reworked Beauty gain.
Beauty now increases when using items on a Pokémon.
Vitamins, healing items, status cures, candies, mints, and other Pokémon items can raise Beauty.
Beauty gain is scaled so 26 vitamin uses can fill the Beauty bar.
Tough Contest
Tough now grows much faster by default.
Walking-based Tough progress is roughly three times faster.
Contest Effects
Cool, Smart, and Tough contest effects now create more particles.
Guide Book
Rewrote the Partner Guide as a short, simple in-universe guide.
Added contest minigame and song information to the guide.
Added a personal thank-you message at the end of the guide.
The Partner Guide is now craftable.
Utilities
Added an optional /pc utility command.
The /pc option is off by default.
Cleanup
Removed old contest NPC code.
Removed unused cassette-related code.
Removed unused Partner Tape/cassette resources.
Fixes
Fixed several Fabric compile issues.
Fixed startup crashes caused by item mixin target mismatches.
Fixed Pokémon item rendering crash in the contest minigame.
Fixed move-selecting item handling for Beauty gain.
Fixed multiplayer song payloads so song data stays synced between players.
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:8yPCDMFI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Mm4ksRsw:8yPCDMFI"
}

