Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 6 months ago
All versions
2.0
Release
Cobblemon: Research Tasks 2.06 months ago 168.4K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Completely overhauled the UI, making it look much better and closer to Pokemon Legends Arceus
- Added a in-game task editor, that allows you to delete and add tasks for pokemon in-game in real time and save presets of your tasks and load presets (If you make some cool preset you'd like to share with the community feel free to DM on discord and I'd love to add it as a preset to the mod, for everyone to try out)
- Improved fishing task again.....
- Fixed pokemon having some repeat tasks and changed all defeat x pokemon tasks or defeat x pokemon type tasks, to ones that more make sense for that pokemon
- Added more global reward levels (now 10 levels, 10% each) and redid some of the rewards for the global levels
- Fixed the /cobblemonresearchtasks command that had some issues
- Changed the 2050 jsons for tasks and rewards to 1 json "master_config.json" with over 70k lines (sorry LOL)
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:BMbNXB3F"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zoP5qy7S:BMbNXB3F"
}


