Links
Tags
Creators
Details
v2.0.0+1.20
Compatibility
Required content
Changes
The time has come, Lighty v2.0.0 for Minecraft 1.20 has been released!
In this version:
- Major internal refactoring
- Because of that, a new look for number mode
- Configurable overlay render distance (Accessible over the config menu, reachable over F7)
There are still some potential performance improvements to be made, but that will have to wait until a later release. Life's still busy, so no time estimate on when those potential performance improvements will be made.
With that said: If you find any bugs in this Lighty release, please report them by either opening an issue or by telling me on my Discord Server.
That's all for now, have fun with all the new 1.20 Minecraft features!
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:yjvKidNM:eJLToU9T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yjvKidNM:eJLToU9T"
}

