All versions
2.0.0
Release
True Fullbright 2.0.05 months ago 115
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Major Update - Ported to Minecraft 26.1
This is a full rewrite for Minecraft 26.1, the first unobfuscated Minecraft release
Breaking Changes
- This version only supports Minecraft 26.1 and above
- Requires Java 25
- Requires Fabric Loader 0.18.4+
- Requires Fabric API 0.144.0+
- Requires YACL 3.9.0+
- Requires Mod Menu 18.0.0+
What Changed
- Migrated entire codebase to Mojang's official unobfuscated mappings
- Updated build system to Fabric Loom 1.15 and Gradle 9.4
- No more Yarn mappings, the game ships unobfuscated now
Bug Fixes
- Fixed a potential infinite loop when both config file and backup are corrupted
- Fixed thread safety issue when reading default gamma value on startup
- Fixed mod loading on dedicated servers where it does nothing (now marked as client-only)
- Fixed toggle logic where night vision state was being unnecessarily negated
- Removed dead code and unused variables throughout the codebase
Compatibility
- Supports Minecraft 26.1, 26.1.1, and 26.1.2
- For Minecraft 1.21.11 and earlier, use version 1.0.4
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:DOUqoosl:icPjgQ5j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DOUqoosl:icPjgQ5j"
}

