All versions
1.3.5
Release
Aeronautics Camera Sync 1.3.55 days ago 4,049
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Added
- Added server-side tilt sync: projectiles, tossed items, buckets and aim follow the tilted camera when the mod is installed on the server (by MrLemonHog, #28)
- Added activation thresholds: tilt only on contraptions above a minimum mass, block count or size
- Added camera collision with a smoothing slider
- Added auto-disable for projectile and bucket items in client-only mode
- Added mode indicator to the config screen (
mode: client-only/mode: server-client)
Fixed
- Fixed incorrect projectile aiming on rotated contraptions (Issue #3)
- Fixed camera X-ray when tilted near a wall (Issue #27)
- Fixed hitting entities through walls (Issue #26)
- Fixed incompatibility with Sound Physics Perfected (Issue #24)
- Fixed wrong player rendering with First Person Model (Issue #14)
- Fixed incompatibility with Point Blank (Issue #11)
- Fixed wrong fluid placement position when using buckets on a tilted contraption
Reworked
- Reworked the config screen layout: Camera tab split into Tilt and Collision sections, options regrouped across tabs
Credits
- Thanks to MrLemonHog for the mod compatibility improvements
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:8S7YZ52O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZGxtWu73:8S7YZ52O"
}


