Tags
Creators
Details
Licensed MPL-2.0
Published 10 months ago
Updated 2 months ago
All versions
21.10.2
Release
[FABRIC] [1.21.10] VehicleUpgrade v21.10.29 months ago 5,797
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v21.10.2-1.21.10] - 2025-11-16
Changed
- Support riding mounts on top of leaves blocks while still being able to pass through them at and above eye height
- The body equipment slot in the mount inventory screen now shows a proper background icon for wolves and happy ghasts
- Buff the horse swim speed to match skeleton horses underwater speed
Fixed
- Fix opening mob inventories via sneak and right-clicking preventing proper lead interactions
- Fix the double tab option for mount and player inventory switching leaking some unintended keystrokes and breaking input boxes like creative mode search (only fixed on NeoForge for now)
- Fix mounts not properly rendering as translucent while any screen is open
- Fix passengers not being ejected from happy ghasts when removing their harness via the added inventory screen
- Implement workaround for a start-up crash occuring when installed together with the Moonrise mod
[v21.10.1-1.21.10] - 2025-10-25
Fixed
- Fix a start-up crash on dedicated servers
[v21.10.0-1.21.10] - 2025-10-10
Changed
- Update to Minecraft 1.21.10
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:9B9c6QcJ:GKoKTEBe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9B9c6QcJ:GKoKTEBe"
}



