Tags
Creators
Details
Licensed ARR
Published 5 months ago
Updated 4 days ago
All versions
1.1.1
Release
Create Aeronautics: Gadgets & Gizmos 1.1.12 months ago 196
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
2026-07-21 Version 1.1.1
IMPORTANT: If updating from V 1.0.6 or earlier existing linkers inside controllers may be deleted, back up your world and remove any linkers currently installed in contraption controllers before updating.
Fixes and Updates
- Fixed startup crash when existing
SQLite JDBCpackage exists by gating loading of bundledSQLiteand preferring existing package. - Fixed crash caused by
Controller Containermixin that triggered when using some vanilla recipe blocks likeStone Cutter. - Fixed rendering bug in creative when searching for
Contraption Network Linker. Bi-Directional gearshift:- Chaining no longer breaks kinetic transfer
Advanced Contraption Controller:- Added compat for
Dreams & Desiresblocks.
- Added compat for
- Added small compat layer for
Toolgunmod.
QoL changes
Advanced Contraption Controller:- Added graph edge detection panning when dragging nodes for easier organization on large graphs.
Physics Goggles:- Restored missing hotkey visibility toggle for
Propulsioninformation.
- Restored missing hotkey visibility toggle for
Notes and Extras
Toolguncompat has not been fully tested and may experience bug with some schematics.Scissor PistonandScissor Armtextures and block models are work in progress and subject to change.
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:V4arl5To"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sza3GgEL:V4arl5To"
}

