Tags
Creators
Details
Licensed MIT
Published 7 months ago
Updated last month
All versions
1.6.3
Release
Fullbright Zoom Plus 1.6.3last month 67
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Release for Minecraft Java Edition 26.2 (Chaos Cubed), including compatibility with the Sulfur Caves and Sulfur Cubes content.
Changes
- Added a new square FullbrightZoomPlus mod icon featuring a glowing Sulfur Cube and zoom lens.
- Optimized the icon to a high-quality 512 × 512 PNG and embedded it in the mod JAR.
- Updated the mod version from 1.6.2 to 1.6.3.
- Updated the README release badge and release notes. Features
- Toggleable Fullbright
- Adjustable deep zoom with mouse-wheel control
- Mob HP display
- Floating damage numbers Requirements
- Minecraft Java Edition 26.2
- Fabric Loader 0.19.3 or newer
- Fabric API for Minecraft 26.2
- Java 25 or newer
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| FullbrightZoomPlus-1.6.3-sources.jar | Source jar | 678.33 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:w5Ejgg5z:pdWYc1dx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w5Ejgg5z:pdWYc1dx"
}

