0.3.0+fabric-1.20.1
Compatibility
Required content
Changes
Wider default field of view
The one-time comfort pass now raises field of view to 90 instead of 80 (vertical; about 121 degrees horizontal at 16:9). 80 was a conservative pick made by working down from the angle where lens distortion starts to make things worse, and it landed too narrow in practice.
As before, this only ever raises: if you already play wider than 90, nothing is touched. If you were pushed to 80 by an earlier version, you get one raise to 90 - and if you have since set your own value, that is left alone.
This is also the first Modrinth release with Fabric and Forge builds, and with support for Minecraft 1.20.1, 1.21.11, 26.1.2 and 26.2.
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:Xm81g9Ce:Cni0h8FG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xm81g9Ce:Cni0h8FG"
}

