Links
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 years ago
All versions
1.1.0
Release
Cobblemounts 1.1.03 years ago 527
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
Added a configuration file for configuring the following:
- Whether to cap the speed (defaults to yes).
- The speed cap. (defaults to 0.15, about 1.5x the player's speed)
- The speed cap when flying/swimming. (defaults to 0.15, about 1.5x the player's speed)
- The speed bonus that legendaries get. (defaults to 0.05)
- Whether you can fly (defaults to yes)
- Whether you can swim (defaults to yes)
- A list that is either a blacklist/whitelist for what Pokemon you can ride, depending on what the "listUse" option is set to. (the list/list use option defaults to empty, which means that all pokemon can be mounted)
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:Cj8jrU7n:k8cYcSgw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Cj8jrU7n:k8cYcSgw"
}


