Tags
Creators
Details
0.5.0
Compatibility
Required content
Changes
Create Aeronautics: Automated Logistics 0.5.0
Added
- Unloaded ship travel: active ships can continue recorded routes while players are away, including docking, cargo transfer and game reload recovery.
- Dock queues: ships reserve shared docks by arrival order and wait at a configurable safe distance until the dock is clear.
- Configurable station chunk loading for docking and cargo areas, including an in-world area preview.
- Station-owned route browsing with ship filtering, Show All controls and distinct route colours.
- Additional runtime, recovery, materialization and diagnostic admin commands.
- Separate logging categories for runtime, vehicles, docking, cargo and UI synchronization.
Fixed / Improved
- Improved runtime and world-reload stability for automated ships.
- Improved multiplayer discovery of distant ships and stations.
- Improved runtime fault reporting so failures remain visible and recoverable.
- Improved explicit route and schedule deletion handling without unsafe automatic pruning.
- Reworked runtime and UI architecture to keep persistent routes, physical ships and display state separate.
- Removed the obsolete Schedule item.
Existing worlds from 0.4.5 are supported.
Docking stops require the station, dock, and any station-side cargo blocks to be chunk loaded, either by this mod or another chunk-loading mod.
Backing up worlds before updating is recommended.
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:73ZXeRfx:DTSkhHT5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73ZXeRfx:DTSkhHT5"
}



