Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last month
All versions
2.0.0
Release
Create Aeronautics Discovery 2.0.0last month 5,748
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
2.0 is now here: Pillagers join the game!
New mob, plane and events
New Pillager Aviator mob, it autopilot planes just like the Soaring trader

New patrols! When visiting a pillager outpost or a mansion you might find a pillager patrolling the area on a plane!

- New flyover event
- New loot tables
Datapack functionalities additions
- New patrol datapack system:
data/aeronauticsdiscovery/patrols/*.jsonspawn structure attached to world structures (e.g. a plane orbiting a village) - New Autopilot goal system: Datapack creators can now select specific types of autopilot goals (straight line, orbit, obstacle avoidance etc) for the structures and events
Pins (for structure authors)
- New
spawn_mobbehavior pin: spawns configured mobs from a pin - New
burn_timebehavior pin: set burn_time on engines and blaze burners - New
balloon_fillerbehavior pin: instantly fills envelope balloons by a configurable amountfill_amount. - New
player_proximitytrigger: fires pins when a non-spectator, non-creative player comes within a configurable radius - New
releasedtrigger: triggers when a the player gets close to a flyover. - Sneak + right-click can now place a pin even on a block already pinned.
Fixes
- Several Sable-related fixed
- Improved stability
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:MtpVp9HL:wCfkLj6o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MtpVp9HL:wCfkLj6o"
}

