All versions
0.18.1+26.2
Release
Mochi Pets 0.18.1 (26.2)2 weeks ago 15
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
🐉 The dragon flies like a dragon now
Three things from the first flight:
- Hold Ctrl to open it up. The sprint key now works on the dragon: hold it while flying forward and it moves like something with a fifteen-metre wingspan should. The base speed went up too — even without Ctrl it is about a third faster than 0.18.0, and roughly twice a sprinting player already at the unlock level.
- It banks into the turn. Strafe left or swing the camera and the dragon leans that way, wing down, then levels out — instead of sliding around perfectly flat. The lean is computed from its real sideways speed and turn rate, so it reads as weight rather than as an animation loop.
- You can actually click it. A five-block animal was being picked like a half-block hamster: you had to hit the exact centre to mount. Now the click box matches the animal you see — the body, the neck, a wing, all work. Its collision box only grew a little, on purpose: a genuinely five-block-wide pet would wedge itself in every doorway.
Nothing else changed — same switch, same controls, same unlock level.
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:s9yDUMze:q3fp9AAw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s9yDUMze:q3fp9AAw"
}


