1.1.0
Compatibility
Required content
Changes
Version 1.0.0 - The Initial Release
Cobblemon Level Cap is now available! This mod introduces a progression mechanic to Cobblemon, preventing players from catching high-level Pokémon before they are ready.
✨ Features
Party Level Cap: You can no longer catch wild Pokémon that are higher level than the strongest Pokémon currently in your party.
Starter Protection: If you have no Pokémon or a very low-level team, the cap defaults to Level 5, ensuring you can always catch your first teammates.
Visual Feedback: If a Pokémon is too strong, the Poké Ball will physically bounce off, and a message will appear in the action bar explaining why (e.g., "Weedle is too strong! Max Catch Level: 12").
Creative Bypass: Players in Creative Mode bypass this restriction entirely.
🛠️ Technical Details
Minecraft Version: 1.21.1
Cobblemon Version: 1.7+
Loader: Fabric
Side: Server-Side (Players do not need to install this on the client to join a server running it).
🚀 Future Plans
Config file to adjust the base level cap.
Admin commands for modifying the cap in-game.
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:4Pvf4J7W:IW8FtaFu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Pvf4J7W:IW8FtaFu"
}

