Links
Tags
Creators
Details
Licensed CC-BY-ND-4.0
Published 3 months ago
Updated last week
All versions
1.3.6
Release
Aeronautics Camera Sync 1.3.6last week 5,619
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
Fixed
- Fixed wrong block/entity picking while standing on a tilted contraption (1.3.5 regression)
- Fixed camera tilt jitter while a screen is open, e.g. the Create Simulated diagram (1.3.5 regression)
- Fixed Cut Through compatibility without letting entities be hit through deck blocks again (Issue #16, Issue #26)
- Fixed server-side features silently doing nothing on dedicated servers: the handshake never completed, so projectiles, buckets, tossed items and aim were left uncorrected (Issue #33)
- Fixed aim desync when Client Side Only was toggled during play: the client fell back to client-only mode while the server kept aiming by the last tilt it had received
Reworked
- Client Side Only now applies after rejoining the world; while the change is pending, the mode badge in the config screen is greyed out and says so
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:ZGxtWu73:Q9Le9WV6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZGxtWu73:Q9Le9WV6"
}

