Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 4 days ago
All versions
1.0.4
Release
Create Aeronautics: Gadgets & Gizmos 1.0.43 months ago 2,150
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog
2026-07-1 Version 1.0.4
Fixes and Updates
- Minimum
Sableversion updated to2.0.3older versions are no longer supported. - Fixed Lag and FPS issues with
Mechanical Crafterscaused by Servo mixin andContraption Network Linkerredstone resolver mixin causing repeated kinetic network checks. - Added config option to disable mannequin
PoserGUI. - Added
Hide poserbutton to thePoserGUI. - Added guard for
StrawStatuesthat blocks thePoserGUI forStrawStatues. - Fixed crash when assembling both heads of an
Aileron Bearingwhile the bearing is on aServo Bearing. - Fixed issue where dissassembling an
Aileron Bearingbase while it's heads were assembled would cause the heads to delete their sub-levels. - Optimized Kinetic Graph code for
Servoactions so theServo Provider (Smart Gearbox)now walks the graph and cashes theServo Consumersto control without injecting held angles into the full kinetic graph every tick. - Optimized
Contraption Network Linkerredstone bridge mixin to only allowRedstone Acceptors and Providersto run through the bridge when appropriate. - Prevented
Music Disksfrom spawning insideSophisticated Backpacksworn byMobs. - Fixed the placement of the on block configuration squares for the
Aileron Bearingwhen facingEAST/WEST. - Updated
Contraption Controllerblock model.
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:Sza3GgEL:mhAei8EI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sza3GgEL:mhAei8EI"
}



