Skip to content

Commit 63e63b1

Browse files
committed
Update CHANGELOG.md
1 parent 56a5ead commit 63e63b1

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,13 @@ _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_ includes a new optimization, a few bugfixes and improves mod compatibility.
7+
Lithium _LithiumVersion_ for Minecraft _MCVersion_ includes new optimizations and mod compatibility improvements.
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

1111
## 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
1714

1815
## 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

Comments
 (0)