Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated 3 weeks ago
All versions
0.1.7-HOTFIX
Release
Create Aeronautics: Thrusters and Things 0.1.7 - HOTFIX3 months ago 1,059
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog
0.1.7 - HOTFIX - 2026-05-15
- Added native Accessories slot support for Physics Goggles, including
hatandfaceslot tags. - Fixed Physics Goggles detection so Create goggles overlays work when the goggles are equipped through Accessories slots.
- Fixed a client tooltip crash when Accessories' Curios compatibility layer queried Physics Goggles attribute modifiers.
- Fixed Industrial Motor stress capacity so its SU output mirrors the alternator's configured stress curve.
- Reworked Andesite Cable FE routing to avoid recursive cable-to-cable capability traversal and process each connected cable network once per passive transfer tick.
- Fixed Physics Gantry Carriages losing slime-ball shaft relink selections when the selected carriage or target shaft lives inside a Sable/Simulated sub-level.
- Added sub-level-aware shaft attachment tracking so Physics Gantry Carriages can relink to shafts on assembled sub-levels instead of reporting that no shaft exists.
- Fixed slime-ball gantry relinks so the carriage sub-level rotates to match the clicked shaft side and shaft axis.
- Blocked Physics Gantry Carriage to Physics Gantry Carriage slime/glue attachments and clear the pending selection with an explicit warning message.
- Prevented Simulated's normal merging-glue client handler and server packet from attaching Physics Gantry Carriages together while preserving the slime-ball selection highlight.
- Added protected-block collision checks so Physics Gantry Carriages cannot move, disassemble into, or push payload blocks through bedrock or other unbreakable world blocks.
- Fixed a dedicated-server Physics Gantry constraint crash caused by resolving a client-only Sable container overload during server-side constraint creation.
- Replaced additional Sable container reflection in Powered Ziplines with server-safe typed lookups found during the dedicated-server audit.
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:BsUBw4ez"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sza3GgEL:BsUBw4ez"
}

