All versions
2.3.6
Release
MineLights 2.3.6 for 1.14.33 months ago 13
Compatibility
Minecraft: Java Edition
1.14.3
Platform
Fabric
Supported environments
Client-side
Required content
Changes
MineLights 2.3.6
This release adds support for Minecraft 26.1 and 26.1.1. Additionally adds refinements to the versioning strings. Previous server version compatible (as of 2.3.1)!
Key Features & Major Changes
- Added support for Minecraft 26.1 and 26.1.1.
- Updated version strings
Installation / Upgrade Instructions
- DELETE your old mine-lights-*.jar file completely.
- Download the jar from this release.
- Place the new mine-lights-2.3.6.jar into your mods folder.
- Run Minecraft.
- Using anything which is not OpenRGB?
- Start Minecraft.
- Wait for MineLights.exe to finish downloading in the background.
- If all goes well, you will see a dialog asking you if you want to grant
MineLights.exepermission to access the internet. - After accepting, your supported devices will show red.
- Using anything which is not OpenRGB?
Full Changelog & Technical Details
- Added support for Minecraft 26.1 and 26.1.1.
- This version line uses Mojang official mappings on 26.1.x.
- Mod Menu and Cloth Config are now available again on 26.1.x, so the in-game config screen is restored.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mine-lights-2.3.6+1.14.3-sources.jar | Unknown | 93.47 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:5cN5qhbm:djoUT3VD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5cN5qhbm:djoUT3VD"
}

