1.0.0
Compatibility
Changes
Exciting Update: FOV Scroll Mod Now Available on Fabric Loader!
I'm thrilled to announce that my FOV Scroll mod has officially been released for the Fabric mod loader! This version supports Minecraft from 1.21 all the way up to 1.21.8, ensuring compatibility with the latest updates. Whether you're zooming in for precision or widening your view for exploration, FOV Scroll makes adjusting your field of view smoother than ever.
But that's not all – I've added some awesome new features to enhance your gameplay:
Long-Press Save: Hold down the assigned key for 5 seconds, and your current FOV setting will be saved as the new default. Perfect for locking in that ideal view without digging through menus!
Double-Tap Reset: Quickly double-press the key to instantly revert to your predefined settings. No more fumbling around mid-game – get back to action in a flash.
Feedback and suggestions are welcome – let's make FOV management even better! 🚀
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:duKc3yMi:fM75y7p0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:duKc3yMi:fM75y7p0"
}

