All versions
4.1.0+26.2
Release
4.1.0+26.22 weeks ago 334.1K
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client-side
Changes
Features
- The initial fullscreen activation is now delayed by default
- This results in a smoother startup sequence and has the added benefit of helping some Windows users with faulty graphics drivers avoid the "Recovering from unsupported resolution" popup that can appear when the game window attempts to enter fullscreen mode immediately after its creation.
- This behavior is controlled by the new
useDelayedFullscreenconfig option.
Full Changelog: v4.0.6...v4.1.0
Optional dependencies
Known incompatibilities
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| cwb-4.1.0+26.2-sources.jar | Source jar | 56.95 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:Zn8JbMkF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ETlrkaYF:Zn8JbMkF"
}


















