Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated last month
All versions
0.4.5
Release
Create Aeronautics: Automated Logistics 0.4.52 months ago 3,750
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
0.4.5 Release Notes
New
- Added runtime recovery commands for automated ships, including clickable
show,pause, andkillactions from the runtime list. - Added player / OP runtime command permissions:
- players can view and control their own active ships
- ops can view and control all active ships
Fixes
- Fixed runtime teardown so removing a Ship Transponder properly releases its attached ship state.
- Fixed multi-ship runtime stability issues when more than one automated ship was active at once.
- Fixed stale route previews, dock previews, cargo previews, and landing-area previews not clearing correctly after deleting a Ship Transponder or Airship Station.
- Fixed orphaned station route entries and stale route visuals being left behind after stations, transponders, or their recorded routes were removed.
- Moved the delete-stop confirmation window up for better alignment in the schedule UI.
Command Use
- Use
/aal runtime listto see active automated ships. - Click
showto highlight that ship's transponder in-world for a short time. - Click
pauseto put that ship into a paused hold state. - Click
killto stop that ship's automation and release physics.
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:GtQ3rltF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73ZXeRfx:GtQ3rltF"
}

