Tags
Creators
Details
mc1.21.1-0.14.5-fabric
Compatibility
Changes
Lithium 0.14.5 is a backport release for Minecraft 1.21.1 which fixes a server crash that can be caused deliberately by clients. Make sure to take a backup of your world before using the mod and please report any bugs and mod compatibility issues at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Additions
- Replace streams in Tempting Sensor
- Add debug info for LithiumHashPalette
Changes
- Use fast iterator in Brain outdated memory removal
- Handle BlockTag changes for pathnode and block predicates
Fixes
- Fix server crash that can be caused deliberatly by clients (Thanks to Drex for reporting)
- Keep block entity tickers subscribed to world border changes on size-unrelated world border events
- Fix game event dispatcher optimization by using chunk status tracking
- Fix block entity initialization issues
- Neoforge: Avoid initializing hopper's entity tracking during sleeping attempt
- Neoforge: Update hopper optimization for new neoforge version
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:gvQqBUqZ:GGl8GkvX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gvQqBUqZ:GGl8GkvX"
}

