Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
0.5.0-unofficial.26+26.2
Beta
0.5.0-unofficial.26 for Minecraft 26.2last month 2,876
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
Patch release for the unofficial Minecraft Java 26.2 Fabric port.
Fixed
- Preserved all autopilot heading vectors when routes are saved and loaded.
- Counted multiple copies in the same inventory stack correctly for Auto Mechanic Table recipes with repeated ingredients.
- Fixed the sticky-slope grace timer and block sampling at negative coordinates.
- Prevented a false first-tick vehicle collision measurement after an automobile is spawned or loaded.
- Guarded autopilot obstacle checks against stale hitboxes and clamped attachment animation states to valid values.
- Prevented client-side automobile creation from calling Fabric's server-only entity tracking API, which disconnected worlds containing existing vehicles with a network protocol error.
Changed
- Limited periodic client state uploads to the locally driven automobile.
- Validated automobile state packet sizes and numeric values, capped packet size, and rate-limited accepted client syncs.
- Distributed automobile state through actual entity tracking and reduced visual state updates to the existing four-tick interpolation interval.
- Added automated regression tests for autopilot serialization, repeated recipe ingredients, and network state validation.
Optional dependencies
Any compatible version
Any compatible version
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:B6d5S1wQ:LL1jxKV2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B6d5S1wQ:LL1jxKV2"
}

