Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 3 years ago
Updated 9 months ago
All versions
1.1.14
Release
Cobblemon Quests [1.1.14 - Fabric]last year 382.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changes from 1.1.13
Added actions:
- Throw poké ball (at pokemon)
Added aspects:
- Level (min/max)
- Pokémon nature
Fixes:
- Winning in a fight against a player/npc no longer increases (almost) all other quests.
Changes from 1.1.12
Added actions:
- Defeat player
- Defeat npc
- Evolve into
- Scan (Pokédex)
- Reel
- Have registered (Pokédex)
Other changes:
- Aspects (added in cobblemon 1.6) can now be selected as triggers for quests. Information on how can be read in the new quest creation wiki.
/givepokemon countascatch=trueno longer works, and is replaced by/cobblemonquests givepokemon. Read more about the command here.
Fixes:
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:kZgRPg5R:bI0Iu3CZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kZgRPg5R:bI0Iu3CZ"
}

