All versions
3.1.0
Release
Noxesium 3.1.02 months ago 39.2K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Changes
- Updated to Minecraft 26.1.
- Add system to control client zoom and fov by @Asleeepp
- Added new game component to disable all debug renderers locally enabled by the client.
- Extended client settings object to include: chat visibility, chat width, chat height, fov, and dynamic fov effects.
- F3+W keybind can now be rebound in the controls menu.
- Fixed chat scaling breaking click interactions by @i5wear
- Fixed handshake not being re-attempted after moving into the config phase.
- Fixed client crash from invalid custom creative items.
- Fixed guardian beams with no specified color being invisible.
- Reduced bandwidth spam from client settings packets.
- Reduced reliance on access wideners which should fix compatibility issues with other mods.
- Removed feature that kept resource pack downloading pop-up on screen always as it caused bugs. It's recommended to send resource packs during the configuration phase for a better user experience.
- Update Hungarian translations by @CraftisMineHun
- Update Simplified Chinese translations by @GoodNormal
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:Kw7Sm3Xf:c5eIvbqY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kw7Sm3Xf:c5eIvbqY"
}

