Links
Tags
Creators
Details
All versions
1.3.0
Release
Light Level Overlay 1.3.0 -[NeoForge - 1.21.1]7 months ago 7,671
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
Light Level Overlay 1.3.0
🎉 Now Available on Both Fabric and NeoForge!
This release brings multiplatform support with a complete rewrite using the Architectury framework.
✨ What's New
- Fabric Support - The mod now runs on Fabric with Fabric API
- NeoForge Support - Full compatibility with NeoForge 21.1+
- Unified Codebase - Single source for both platforms, fewer bugs
- Cloth Config - Beautiful, modern configuration UI on both platforms
🔧 Technical Changes
- Migrated to Architectury multiplatform framework
- Extracted
LightLogicclass for cleaner light level calculations - Extracted
LightCacheclass for optimized data storage - Removed legacy
SimpleConfigScreenin favor of Cloth Config - Code cleanup and optimization
📋 Requirements
| Platform | Version |
|---|---|
| Minecraft | 1.21.1 |
| NeoForge | 21.1.194+ |
| Fabric Loader | 0.16.10+ |
| Fabric API | 0.116.1+ |
📦 Dependencies
- Cloth Config (required on both platforms)
- Architectury API (required on both platforms)
Thanks for using Light Level Overlay! Report issues on GitHub.
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:VIrCF31o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wtejCXCP:VIrCF31o"
}

