Links
Tags
Creators
Details
All versions
1.3.0
Release
Light Level Overlay 1.3.0 [Fabric - 1.21.3]8 months ago 292
Compatibility
Minecraft: Java Edition
1.21.3
Platform
Fabric
Supported environments
Client-side
Changes
Light Level Overlay 1.3.0
🎨 Mod Menu Integration & Quality of Life
This release adds proper Mod Menu integration and finally adds features from 1.21.1 to 1.21.3.
✨ What's New
- Mod Icon - Custom icon now appears in mod lists (Fabric & NeoForge)
- Mod Menu Config Button - Config screen accessible via hover button in Mod Menu (Fabric)
🔧 Technical Changes
- Added
ModMenuIntegrationclass for Fabric Mod Menu API - Added
modmenuentrypoint tofabric.mod.json - Added
logoFiletoneoforge.mods.toml - Added TerraformersMC maven repository for Mod Menu dependency
📋 Requirements
| Platform | Version |
|---|---|
| Minecraft | 1.21.3 |
| NeoForge | 21.3.95+ |
| Fabric Loader | 0.18.4+ |
| Fabric API | 0.114.1+ |
📦 Dependencies
- Cloth Config (required on both platforms)
- Architectury API (required on both platforms)
- Mod Menu (optional, recommended for Fabric)
Thanks for using Light Level Overlay! Report issues on GitHub.
Optional dependencies
Unavailable version
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:wtejCXCP:jVAlknAu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wtejCXCP:jVAlknAu"
}

