Tags
Creators
Details
Licensed MIT
Published 2 months ago
All versions
0.4.1
Release
Create Aeronautics: Automated Logistics 0.4.1last month 1,188
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
0.4.1 Release Notes
New
- Added Mekanism
QIO Drive ArrayandQIO Exportercargo-link support. - Added a
Skip Stopcontrol in theStops and Conditionsruntime view so active waits can be manually advanced without stopping the whole route. - Added in-world valid-target highlighting for both cargo-link and dock-link mode, with a separate pulsing preview from the saved-link highlight.
Fixes
- Fixed AE2 / RS2 mixed item-and-fluid
ANDwaits so filtered exporter setups can still evaluate the other resource type correctly. - Fixed AE2 / RS2 empty waits so
Item EmptyandFluid Emptycomplete cleanly when filtered export-style endpoints run out of the tracked resource. - Fixed AE2 controller cargo summaries preserving incorrect item/fluid support after save/load.
- Fixed cargo-link UI desync on Ship Transponders and Airship Stations after linking, clearing, reopening, or stale client sync.
- Improved cargo-check fault messaging so it reports the real side, missing cargo family, and active-condition context more clearly.
- Improved dock-link and dock-fault messaging so missing or invalid dock setup is reported more clearly on the correct ship or station side.
- Fixed runtime/menu desync that could leave ships showing
Readywhile already flying, waiting, docking, or fault-held. - Fixed station dock/cargo edit locks so they use the selected ship’s real active schedule state.
- Fixed restored dock waits after game reload so docking connectors reset and re-attract correctly instead of staying visually active but separated.
- Fixed transponder reopen state after leaving stop editing so runtime status stays in sync more reliably.
- Fixed missing click-feedback sound on schedule confirm / close actions.
Current Testing Note
- Functional Storage is not currently recommended on moving Sable ships (compatibility issue with Aeronautics).
- Storage Drawers work on ships, but some on-ship interaction and display behavior is still limited by underlying Aeronautics compatibility.
Supported Cargo Link Targets
- Vanilla
Chest - Vanilla
Trapped Chest - Vanilla
Barrel - Vanilla
Shulker Box - Create
Item Vault - Create
Fluid Tank - Storage Drawers drawers
- Storage Drawers
Drawer Controller - Storage Drawers
Controller Slave - Functional Storage drawers
- Functional Storage framed drawers
- Functional Storage
Storage Controller - Sophisticated Storage blocks and controller-linked storage
- Placed Sophisticated Backpacks
- Iron Chests
- Mekanism
Bin - Mekanism
Personal Chest - Mekanism
Personal Barrel - Mekanism
Fluid Tank - Mekanism
QIO Drive Array - Mekanism
QIO Exporter - Tom’s Storage connector / interface / proxy style inventory endpoints
- Refined Storage 2
Controller - Refined Storage 2
Exporter - Applied Energistics 2
Controller - Applied Energistics 2 valid multiblock
Controller - Applied Energistics 2
ME Chest - Applied Energistics 2
Sky Stone Tank - Applied Energistics 2
Cable Busexport parts
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:UTD5sbzG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:73ZXeRfx:UTD5sbzG"
}



