Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
0.2.2
Beta
Cobblemon: Ride On! v0.2.2 for Fabric 1.21.12 years ago 244.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
- Fixed issue where some flying Pokemon were inconsistently faster in air versus others. The cause was due to how ride speeds were calculated using movement speed values defined per medium in the Cobblemon data files. While most Pokemon use default values, some have very different values defined, some approximately twice what the base value is. This often led to some Pokemon much faster than others, in spite of what individual modifiers and speed stats should have allowed for. To resolve this matter and level the field a bit better, the ride speed formula has been reworked to no longer account for walking speeds defined within the Cobblemon base files. As of now, the only values external to the mod that the speed formula uses is the speed stat of the Pokemon and the base movement speed of the entity, which allows it to remain influenced by effects such as speed potions.
- Fixed issue where experience bar and level number were not being properly hidden while the stamina meter is being rendered.
- Fixed issue where compatibility with Pet Your Cobblemon broke after a recent update by the mod.
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:vXREhDPP:Aqa6uBKW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vXREhDPP:Aqa6uBKW"
}

