Tags
Creators
Details
2.0.1
Compatibility
Changes
Please Read
This version is accessible on Modrinth primarily for modpack purposes. However, please be aware that this version is no longer supported or updated.
We recommend players to update to the latest version to ensure optimal performance and access to ongoing support. Thank you for your understanding.
Changelog:
*General
-
Added a config option for the brightness of the mining helmet. Can be set from 0 to 15 and defaults to 12.
-
Made the config file more readable.
-
Cleanup and optimizations to the dynamic lighting engine
Fixes
- Fixed flickering when placing/breaking blocks near a mob/player wearing the mining helmet.
Optional dependencies
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:LXkVGFbS:2bBpXO1X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LXkVGFbS:2bBpXO1X"
}


