Links
Tags
Creators
Details
3.0.0-beta.4+1.21.0+1.21.1
Compatibility
Changes
Hello everybody!
This release of Lighty contains:
- New zh_cn localization by @IJustWantANamePlease
- A new config option to hide the sky light level when using number mode by @poqli
- Small internal improvements
- A fix for Issue #70, which was a quite tricky one
- Updated pt_br localization by Sixx on Discord
- New ru_ru localization by @KiberAndy
- Improvements to the Auto On feature
Many thanks to everybody who contributed to Lighty! I highly appreciate it!
Thoughts on Localizations
As you might see, Lighty is at a point where people want to contribute localization files to the project. I highly appreciate the effort and work that goes into creating these translations.
However, Lighty is getting changes and updates, while not many, that change or add new localization entries. This results in those contributed languages to be incomplete, or worse, incorrect. I want to improve this situation, and therefore I have opened #74 to track changes to localization files. I want to try this, let me know your thoughts and feedback!
Thanks for using Lighty, and for all the contributions. I highly appreciate it and am grateful for everything <3
Have fun!
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:yjvKidNM:fk7e7Iej"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yjvKidNM:fk7e7Iej"
}


