All versions
2.3.6.1
Release
MineLights 2.3.6.13 months ago 44
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Changes
MineLights 2.3.6.1
This is a minor release which adds support for Minecraft 26.1.2. Previous server version compatible (as of 2.3.1)!
Key Features & Major Changes
- Added support for Minecraft 26.1.2.
- 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.1.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.2.
Optional dependencies
Unavailable version
Unavailable version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mine-lights-2.3.6.1+26.1-sources.jar | Source jar | 92.37 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:tPlCKPSd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5cN5qhbm:tPlCKPSd"
}

