Tags
Creators
Details
mc1.21-0.12.7
Compatibility
Changes
Lithium 0.12.7 fixes a few issues like sculk sensors not working after a chunk reload, too few chickens spawning from thrown eggs, fluids flowing towards the wrong hole and hopper minecarts making inventories have incorrect signal strengths. In case you find any bugs, please report them at the issue tracker. You can check https://github.com/CaffeineMC/lithium-fabric/blob/mc1.21-0.12.7/lithium-mixin-config.md for a description of each optimization and how to disable it.
What's changed
- fix: fluid flow using incorrect direction in bfs
- Affected all fluid flowing (#526)
- fix: Item stack resurrection causing incorrect internal state of LithiumStackList
- Affected comparators after hopper minecarts performed a failed item extraction attempt from the inventory (#524)
- fix: empty space search incorrectly returning space as fully occupied when completely empty
- Affected thrown eggs, entity pose calculations and entity positioning inside nether portals (#525)
- fix: chunk reload causing game event dispatchers to not be registered
- Affected all types of game event listeners (e.g. sculk sensors and catalysts, wardens, allays) (#522)
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:my7uONjU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gvQqBUqZ:my7uONjU"
}

