All versions
1.6
Release
Quests Cobb 1.62 months ago 227
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Changelog
1.6
Added
- New Cobblemon Quest Mechanics
- Added support for item-based evolutions (
EVOLVE_WITH_STONE) to track stone evolutions (Fire, Water, Thunder). - Added support for friendship-based evolutions (
EVOLVE_BY_FRIENDSHIP). - Added support for breeding quality check (
HATCH_PERFECT_IV) to track hatched Pokémon with 3+ perfect IVs. - Added support for shiny hunting (
CATCH_SHINY). - Added support for visual sizing (
CATCH_JUMBOandCATCH_TEENY). - Added support for wild battle defeats (
DEFEAT_WILDandDEFEAT_BOSSfor Alpha/Boss Pokémon). - Added support for berry planting (
PLANT_BERRY). - Automatically bundled all 9 new quest types in the default
example_cobblemon.jsonconfig category as reference templates.
- Added support for item-based evolutions (
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:AE9CEHCV:ypGdhuht"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AE9CEHCV:ypGdhuht"
}

