All versions
3.0.0+1.21
Release
3.0.0+1.212 years ago 1.69M
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Changes
Features
- Added support for Forge
- Added support for NeoForge
- Added support for Sodium
0.6.0-beta(#30) - Implemented a configuration screen
- Added a simpler way to access the
Pause On Lost Focusoption through the said configuration screen (#35) - Introduced software scaling to replace the screen resolution setting when it's unavailable; e.g., on macOS, Linux, or when the window is in borderless fullscreen mode (#25)
- Enhanced fullscreen settings on macOS to better align with expected borderless fullscreen capabilities (#23)
Fixes
- Reverted the default borderless fullscreen mode on Windows to
windows:windowed(#14, #21, #22, #27, #28)
New Contributors
Full Changelog: 2.1.1+1.21...3.0.0+1.21
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cwb-fabric-3.0.0+mc1.21-sources.jar | Unknown | 54.82 KiB |
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:ETlrkaYF:m350hyy8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ETlrkaYF:m350hyy8"
}

