Links
Tags
Creators
Details
M1
Compatibility
Changes
๐ FullBright
See everything, fear nothing.
๐ง What does it do? Tired of stumbling around in the dark? FullBright instantly lights up your entire world โ no torches, no night vision potions, no problem.
๐ฒ How does it work? Simply press B (changeable in Options โ Controls) to toggle FullBright on or off. It silently applies a permanent night vision effect in the background โ no particles, no HUD icon, just pure visibility.
โ Features
- ๐ True full brightness โ see in complete darkness
- ๐ Completely silent โ no particles, no HUD icons
- โก Lightweight โ zero performance impact
- ๐ฎ Client-side only โ works on any server
- ๐ Simple toggle โ press B anytime to enable or disable
๐ฆ Requirements for M1
- Minecraft 1.21+
- Fabric Loader
- Fabric API
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:7GWY7CUH:rvp0cg2K"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7GWY7CUH:rvp0cg2K"
}

