Links
Tags
Creators
Details
4.0.1+26.2
Compatibility
Required content
Changes
Hello everyone!
This release brings Lighty v4.0.1 to Minecraft 26.1!
Sorry for the delay, as I've been on vacation while neoforge released a fix to make Lighty work. Thanks to CausingCoalition for updating the dependencies while I was away.
Lighty now uses Codeberg Translate for its translations! Thanks to:
- SammyForReal for providing a German translation
- EBZur for providing a Hebrew translation
- Adam989-mc for letting us know that there are Arabic translation files that aren't used by Minecraft. As they were just duplicates of
ar_sa.json, they were removed.
Our current translation status is shown below. Feel free to contribute your native language!
We also want to improve the translating experience. Did you encounter something annoying while translating? Check out issue #137. If you want to help out, you can also take a look at the issues reported there and see whether you can help out.
If you encounter any issues, please report them on Codeberg.
Have fun!
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:T42kypAk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yjvKidNM:T42kypAk"
}

