All versions
0.0.1
Release
Cobblemon Ride Expansion 0.0.16 days ago 12
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Data Pack
Changes
- 🔓 910+ Species Unlocked for Riding:
- Every single Pokémon not officially rideable in Cobblemon 1.8.1 can now be saddled and ridden across land, air, or liquid.
- Includes previously unimplemented Cobblemon drafts:
Mewtwo,Dragonair,Dratini,Omastar,Starmie,Staryu, andWeezing. - Preserves all 115 official rideable Pokémon (
Charizard,Dragonite, etc.) untouched via the non-destructivespecies_additionssystem.
- ⚡ Smart Element & Stat Adaptation:
- Flying types and winged species can fly in the sky (
AIR) with immersive wind loop audio. - Water types can smoothly navigate water surfaces (
LIQUID) with splash audio. - Speed, Stamina, Acceleration, and Jump stats dynamically adapt based on each species' genuine base stats.
- Flying types and winged species can fly in the sky (
- 🪂 Emergency Glider (Slow Falling on Dismount):
- Automatic protection against lethal fall damage: dismounting while airborne grants 6 seconds of
Slow Fallingand a gentle wind SFX.
- Automatic protection against lethal fall damage: dismounting while airborne grants 6 seconds of
- 🔧 Fixed Official Cobblemon Model Locators:
- Repaired broken model locators in official models (
Dragonair,Blaziken) to eliminate character desync.
- Repaired broken model locators in official models (
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| CRE-ResourcePack-v0.0.1.zip | Required resource pack | 3.15 MiB |
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:ovZcfCSI:dbDnOB7A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ovZcfCSI:dbDnOB7A"
}

