All versions
1.0.1
Release
Create Aeronautics: Delivery Required 1.0.14 months ago 272
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Any compatible version
Unavailable version
Unavailable version
Changes
Aeronautics: Delivery Required 1.0.1
New Features
- Added the full P2P delivery system:
- New P2P Terminal block.
- New P2P Link block.
- Player listings, supply requests, escrow handling, fulfillment, cancellation, and admin cleanup tools.
- Fluid-aware P2P link storage and return handling.
- Added the Creative Price Worldshaper admin block:
- Operators/creative players can edit contract and market prices in-game.
- Supports items, fluids, and potion fluids.
- Added admin networking, menu, and GUI support.
- Added fluid and potion delivery support:
- Contracts and market pickups can now use fluids.
- Potion fluids are recognized as valid delivery contents.
- Added debug commands for listing fluids and potion IDs.
- Added stronger admin and debug commands:
- Manage delivery zones, pickups, active contracts, P2P listings, and P2P requests.
- Reload or reset price configs.
- Inspect and adjust player ranks.
- Force-complete or close test deliveries.
- Runtime server config get/set commands.
- Added persistent delivery zone data:
- Delivery zones, contracts, pickups, and P2P state are now stored more robustly across server sessions.
- Vibrant Vaults integration
Improvements
- Reworked the Contractor/Market UI with better layout, progress display, and item handling.
- Improved inventory alignment and text field behavior.
- Added P2P and Contractor Ponder updates.
- Updated Contractor, Market, P2P, Admin Market, and Delivery Marker textures/models.
- Added new tooltips and localization for the new systems.
- Improved Xaero waypoint behavior for contract locations.
Fixes
- Fixed persistent contract issues.
- Fixed contract and pickup spawning bugs.
- Fixed P2P rendering/display issues.
- Fixed P2P link bugs and edge cases.
- Fixed crash issues around description/Ponder integration.
- Fixed default config/price behavior.
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:hSTW3jx7:pVHS2lTc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hSTW3jx7:pVHS2lTc"
}

