Skip to content

Commit 59430e8

Browse files
committed
Update CHANGELOG.md
1 parent a1172a6 commit 59430e8

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ _LithiumVersion_ is automatically replaced with the lithium version, e.g. 0.14.5
44
Everything above the line is ignored and not included in the changelog. Everything below will be in the
55
changelog on GitHub, Modrinth and CurseForge.
66
----------
7-
Lithium _LithiumVersion_ for Minecraft _MCVersion_ adds several optimizations and fixes.
7+
Lithium _LithiumVersion_ is the first release for Minecraft _MCVersion_.
88

99
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](https://github.com/CaffeineMC/lithium-fabric/issues). You can check the [description of each optimization](https://github.com/CaffeineMC/lithium/blob/_ReleaseTag_/lithium-mixin-config.md) and how to disable it when encountering a problem.
1010

11-
## Additions
12-
- Optimize nitwit jobsite search (Thanks to jcw780)
13-
- Optimize explosions by caching block states (Based on PR by pwouik)
14-
- Reduce iteration and allocation of block to entity effects
15-
- Add missing palette crash recovery attempt
16-
- Use cached false values for fluid hole search
17-
18-
## Fixes
19-
- Fix negative indices caused by byte to int cast (crash with modded fluids https://github.com/CaffeineMC/lithium/issues/719)
11+
## Changes
12+
- Update to Minecraft 26.1
13+
- (Temporarily) remove a few optimizations due to the update

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ val FABRIC_API_VERSION by extra { "0.144.0+26.1" }
1616
val PARCHMENT_VERSION by extra { null }
1717

1818
// https://semver.org/
19-
val MOD_VERSION by extra { "0.21.4" }
19+
val MOD_VERSION by extra { "0.22.0" }
2020

2121
allprojects {
2222
apply(plugin = "java")

0 commit comments

Comments
 (0)