Tags
Creators
Details
mc1.20.6-0.12.3
Compatibility
Changes
Lithium 0.12.3 is the first release for 1.20.6.
The new minimal_nonvanilla package is introduced, which is meant for optimizations which technically are different from vanilla in an observable way, but do not affect any gameplay or any contraptions. If any negative effect on your contraptions or gameplay is noticeable, please report this to our issue tracker, as this would be considered to be a bug. Check https://github.com/CaffeineMC/lithium-fabric/blob/mc1.20.6-0.12.3/lithium-mixin-config.md for a detailed description of what each package does, and how to disable certain optimizations if needed.
What's Changed
- Replace axis.choose() with switch in VoxelShapeAlignedCuboid
- Move mixin.experimental.chunk_tickets package to minimal_nonvanilla.world.expiring_chunk_tickets
- Move mixin.world.chunk_tickets package to mixin.collections.chunk_tickets
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:bAbb09VF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gvQqBUqZ:bAbb09VF"
}

