Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 2 weeks ago
All versions
0.1.18
Release
Create Aeronautics: Thrusters and Things 0.1.182 months ago 7,878
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
CHANGELOG - 2026-06-21
Fixes
- Fixed
Advanced Gearboxkinetic networks breaking when placed adjacent to acreate:gearboxdue to a rotational feedback loop. - Fixed
Variable Transmissionfailing to respond correctly when controlled by acreate:redstone_link. - Fixed
Thruster Upgradeitems ignoring the configuredthrusterfuelpertickscalar. - Fixed a rendering issue where the
Swivel Bearing Link Blockwould not render its shaft while thesimulated:swivel_bearingwas assembled. - Fixed
Clawblocks failing to attach toRope Handleblocks due to API changes introduced inSable2.x.
Advanced Contraption Controller [EXPERIMENTAL]
- Added
HUD Elementnode for rendering custom HUD data to linkedPhysics Goggles. - Added
Advanced HUD Elementnode featuring a full drag-and-drop HUD designer with support for images, primitives, colors, and custom layouts. - HUD nodes require
Physics Gogglesto be linked through theLinkermodal before data can be displayed. - HUD functionality is highly experimental and currently contains known bugs, missing features, and UX limitations.
- Added an initial fix for GUI scaling issues within the
Advanced Contraption Controller. This change requires additional testing before being considered stable.
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:is3iF6L2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sza3GgEL:is3iF6L2"
}

