Tags
Creators
Details
Licensed MIT
Published 9 months ago
Updated yesterday
All versions
1.2.1
Release
Cobblemon Trials Edition 1.2.17 months ago 2,944
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Changelog - v1.2.1
This is a hotfix to deal with a couple of bugs found and reported.
Note - Config Changes
Please backup your world and check your config settings! This update modifies the default configs for Uncatchable Pokemon and Pokemon Defeatable outside of Battle.
Bug Fixes:
- Issue with Empty Spawners
- If Spawners did not have a mob declared a Crash would happen. This has been fixed to default to a Zombie mob and will be replaced by your Datapacks or Default Files accordingly.
- Massive shoutout to d0z4rt for fixing this.
- Uncatchable and Defeat in Battle fix
- Uncatchable Pokemon Config setting is now the same priority as the data files. The Config should now work as expected.
- Defeating in Battle Pokemon Config setting is now the same priority as the data files. The Config should now work as expected.
Technical Changes:
- Default Pokemon Values
- Pokemon's Default value for "Uncatchable" is now set to False.
- The Logic check for Uncatchable is now an OR rather than an AND regarding the Config setting vs Pokemon setting
- The Logic check for Being Defeated in battle is now an OR rather than an AND regarding the Config setting vs Pokemon setting
- Config Changes
- The Default Config Value for Uncatchable is now set to True.
- The Default Config Value for Pokemon Being Defeated in Battle is now set to True.
- Text for both Uncatchable and Defeated in Battle has been updated.
- Updated Fabric to 0.18.4
- Updated Cobblemon to 1.7.3
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:oH4pigcS:J2IqdyMZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oH4pigcS:J2IqdyMZ"
}

