All versions
1.2.0
Release
Elytra Cam 1.2.04 months ago 456
Compatibility
Minecraft: Java Edition
1.21.7–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
Elytra Cam v1.2.0 (The Butter-Smooth Juice Update)
New Features
- Dynamic FOV Warp Speed: Firing a firework rocket now gives you an epic, toggleable warp-speed effect! Your FOV will smoothly stretch out for a 2-second burst of speed and gently lerp back down when the burn ends.
- 1st-Person Camera Roll Support: Camera banking is no longer locked to 3rd person! You can now experience the dynamic camera roll through the 1st person perspective.
- Independent Roll Controls: To keep things motion-sickness friendly, 1st-person and 3rd-person camera roll now have completely split toggles and independent speed multipliers in the config.
Bug Fixes & Performance Polish
- The Jitter Removed (Double Lerping): The camera roll now completely ignores raw mouse micro-movements and hand tremors, giving you a fluid and smooth camera roll matching your exact framerate.
- Horizon Wrap-Around Fix: Fixed a vanilla calculation bug where turning past 180 degrees caused the camera roll to think you instantly spun upside down.
Configuration Updates
- Added
enableFirstPersonRoll(Default: Off) andenableThirdPersonRoll(Default: On). - Added separate
firstPersonRollMultiplierandthirdPersonRollMultiplieradjustments. - Added
enableDynamicFovtoggle andfovBoostAmountslider to customize your warp intensity.
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:3MXaE6IT:Zt20PIZc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3MXaE6IT:Zt20PIZc"
}

