You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,13 @@ _LithiumVersion_ is automatically replaced with the lithium version, e.g. 0.14.5
4
4
Everything above the line is ignored and not included in the changelog. Everything below will be in the
5
5
changelog on GitHub, Modrinth and CurseForge.
6
6
----------
7
-
Lithium _LithiumVersion_ for Minecraft _MCVersion_ includes a new optimization, a few bugfixes and improves mod compatibility.
7
+
Lithium _LithiumVersion_ for Minecraft _MCVersion_ includes new optimizations and mod compatibility improvements.
8
8
9
9
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.
10
10
11
11
## Additions
12
-
- Fast-path exit end portal search by counting nearby bedrock blocks. Reduces lag when placing the last end crystal when respawning the ender dragon by 97%.
13
-
- Debug option for detecting invalid chunk data packets
14
-
15
-
## Changes
16
-
- Use worlds for thread tests instead of minecraft server to improve compatibility with the worldthreader mod
12
+
- Optimize explosions damaging mobs
13
+
- Optimize projectile entity collisions attempts with uncollidable entities
17
14
18
15
## Fixes
19
-
- Fix missing default return value in LithiumHashPalette copies
20
-
- Fix incorrect handling of fire, lava and soul fire in experimental block touching optimization
21
-
- Fix compatibility with Moonrise
16
+
- Fix crash with Create Pondering when entities are pushed by fluids
0 commit comments