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
+2-9
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,11 @@ _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 new optimizations and several bug fixes, including better compatibility with neoforge inventories.
7
+
Lithium _LithiumVersion_ for Minecraft _MCVersion_ includes a bug fix.
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
-
- explosion entity raycast optimizations (Thanks to RacoonDog)
13
-
- Optimize projectile entity collisions attempts with uncollidable entities
14
-
- Sleeping crafter block entity
15
12
16
13
## Fixes
17
-
- Fix crash with Create Pondering when entities are pushed by fluids
18
-
- Fix crash when placing a block at build limit in the end and attempting to spawn a dragon
19
-
- Fix hoppers sleeping even though interaction with neoforge API block inventories is possible
20
-
- Fix sleeping hoppers woken up by moving item entities even if blocked with a full block
21
-
- Fix broken state of ChunkAwareBlockCollisionSweeper in entity nether portal positioning optimization and with TIS-Carpet
14
+
- Fix entity explosion exposure optimization not using the entity collision context
0 commit comments