1.1.0
Compatibility
Required content
Changes
1.1.0 is finally out!
Added Collection GUI!
Added Pokedex Caught Rewards! - Totally configurable on config/rewards.json in your modpack/server! (it's server sided, so only the host need to change!)
Added/updated translations for es_es, es_mx and fr_fr!
Added missing translations
Added more options for server/mod-packs creators choose a gameplay style (disabling or enabling certain parts of the dex and adding requirements to see something)
Commands are now server-side (and can use permissions: cobblemon.commands.cobbledex.config, cobblemon.commands.cobbledex.show, cobblemon.commands.cobbledex.collection)
Updated Cobbledex Item Tooltip
Hopefully fixed wrong model/icon on some modpacks
Crafting recipe should now appear on JEI
Added new icons for evolution requirements
Fixed wrong evolutions when a certain form is needed
A lot of bug fixes, code-cleanup and code optimizations
And probably more things that I forgot to register 😅
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:fKNwbN70:T2VhE2Hf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fKNwbN70:T2VhE2Hf"
}

