Tags
Creators
Details
1.0
Compatibility
Required content
Changes
Full 1.0 release along with all its features, new item "Research Book", new ui for it and over 6000 tasks for all 1025 pokemon.
As of now there are 7 possible tasks and all 1025 have 5-7 of these, (Wartortle who has all 7 as example):
- Evolve Squirtle into Wartle (0/1)
- Defeat Pokémon with Wartortle (0/20)
- Defeat Flygon with Wartortle (0/3)
- Defeat Grass-type Pokémon with Wartortle (0/10)
- Reach 80+ friendship with Wartortle (0/80)
- Level up Wartortle (0/25)
- Fish up Wartortle (0/2)
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:zoP5qy7S:8eFGtPyh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zoP5qy7S:8eFGtPyh"
}


