All versions
1.3.0+mc1.21.1
Release
Create Aeronautics 1.3.0 for mc1.21.1last month 1.02M
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Additions
- Add new texture for the Gyroscopic Mechanism
- Add FE transfer capability to Docking Connectors
- Add comparator output for Typewriters when they are in use
- Add config to hide "new ponder!" tooltip
- Add custom name support for Typewriters
- Add statistics to various items
- Add a custom GUI for Steering Wheel when you're wearing goggles - BlazerBo1
Changes
- Update to Sable 2.0.0
- Borehead Bearings no longer break blocks with no collision shape
- Prevent fake players from using Plunger Launchers
- Adjust Optical Sensor formatting
- Remove unused block-state in Altitude Sensor
- Velocity Sensor display link readout will no longer be negative
- Reduce Optical Sensor range by 0.5 blocks
- Make Laser Pointers use the center of the entity for their hit location instead of feet location.
- Prevent Swivel Bearings from updating their target angle if they are disassembled
- Balancing changes for hot air gusts
- Propellers no longer push entities that they don't have line of sight of
- Change formatting for ExtraKinetics information to account for localization
- Scale Levitite shader based on gravity strength
Fixes
- Fix hot air physics at high pressure gradients
- Fix redstone inductor charge / discharge speed - SeppeOngena
- Fix for the Redstone Inductor model - Lucky56
- Fix ServiceLoader crash in large modpacks - mrosnerr
- Fix Borehead Bearings stalling when breaking certain blocks
- Fix Borehead Bearings occasionally crashing the client
- Fix Wheel Mount braking not checking redstone from correct direction
- Fix a crash with the Linked Typewriter
- Fix a crash with Springs
- Fix a crash with the Optical Sensor and waterlogged blocks
- Fix Spring shortening / lengthening issues
- Fix CC methods not properly using underlying value box numbers
- Fix airtight tooltip
- Fix client crash pertaining to Levitite catalyzing
- Fix some ExtraKinetics Issues
- Fix Propeller particles
- Fix Spring and Physics Staff rendering with Iris
- Fix packet validation for Physics Staff
- Fix performance degradation with Adjustable Burner sounds
- Fix Honey Glue recipe using
minecraft:honeyinstead of#c:honey - Fix Torsion Spring behavior when angle limit is lowered
- Fix Steam Burner crash on servers
- Fix Swivel Bearing constraints not being applied if plate is in world
- Fix Swivel Bearing disassembly when base and plate are on same sub-level
- Fix some special physics actors (Spring, Swivel Bearing, Rope Connector/Winch, Docking Connector) being movable on create contraptions and causing unusual behavior
- Fix Ropes not respecting tile drops gamerule
- Fix Docking Connector inventory implementation not working with new neoforge inventory changes
- Various other small bug-fixes and crash-fixes
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:oWaK0Q19:w7zlLnea"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oWaK0Q19:w7zlLnea"
}



