Skip to content

Releases: CaffeineMC/lithium

Lithium 0.24.2 for Minecraft 26.1.x Fabric and Neoforge

18 Apr 20:51
fff80e8

Choose a tag to compare

Lithium 0.24.2 for Minecraft 26.1.x fixes a startup issue.

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. You can check the description of each optimization and how to disable it when encountering a problem.

It is highly recommended to update from the previous release.

Changes

  • Version lock releases to minor version only

Lithium 0.24.1 for Minecraft 26.1.2 Fabric and Neoforge

10 Apr 17:04
067a269

Choose a tag to compare

Lithium 0.24.1 for Minecraft 26.1.2 fixes a startup issue.

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. You can check the description of each optimization and how to disable it when encountering a problem.

It is highly recommended to update from the previous release.

Fixes

  • Neoforge jar missing common classes

Lithium 0.24.0 for Minecraft 26.1.2 Fabric

09 Apr 15:47
027eea7

Choose a tag to compare

Lithium 0.24.0 is the first release for Minecraft 26.1.2.

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. You can check the description of each optimization and how to disable it when encountering a problem.

It is highly recommended to update from the previous release.

Fixes

  • Crash with experimental client brain optimization

Lithium 0.23.0 for Minecraft 26.1.1 Fabric and Neoforge

01 Apr 17:18
5d8b592

Choose a tag to compare

Lithium 0.23.0 is the first release for Minecraft 26.1.1.

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. You can check the description of each optimization and how to disable it when encountering a problem.

It is highly recommended to update from the previous release.

Changes

  • Switch to 26.1.1

Lithium 0.22.1 for Minecraft 26.1 Fabric and Neoforge

26 Mar 22:57
1c3daa9

Choose a tag to compare

Lithium 0.22.1 for Minecraft 26.1 fixes a critical issue.

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. You can check the description of each optimization and how to disable it when encountering a problem.

It is highly recommended to update from the previous release.

Additions

  • Reintroduce brain memory change counting optimization

Fixes

  • Fix block counting utility, used for random ticking, oversized block collisions, and pathfinding around special blocks.

Lithium 0.22.0 for Minecraft 26.1 Fabric and Neoforge

24 Mar 23:51
9b5f3ef

Choose a tag to compare

Lithium 0.22.0 is the first release for Minecraft 26.1.

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. You can check the description of each optimization and how to disable it when encountering a problem.

Changes

  • Update to Minecraft 26.1
  • (Temporarily) remove a few optimizations due to the update

Lithium 0.21.4 for Minecraft 1.21.11 Fabric and Neoforge

11 Mar 00:38
cdb5f8a

Choose a tag to compare

Lithium 0.21.4 for Minecraft 1.21.11 adds several optimizations and fixes.

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. You can check the description of each optimization and how to disable it when encountering a problem.

Additions

  • Optimize nitwit jobsite search (Thanks to jcw780)
  • Optimize explosions by caching block states (Based on PR by pwouik)
  • Reduce iteration and allocation of block to entity effects
  • Add missing palette crash recovery attempt
  • Use cached false values for fluid hole search

Fixes

  • Fix negative indices caused by byte to int cast (crash with modded fluids #719)

Lithium 0.15.3 for Minecraft 1.21.1 Fabric and Neoforge

10 Mar 22:02
09d115d

Choose a tag to compare

Lithium 0.15.3 for Minecraft 1.21 and 1.21.1 backports an optimization and a bug fix.

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. You can check the description of each optimization and how to disable it when encountering a problem.

Additions

  • Add missing palette crash recovery attempt
  • Use cached false values for fluid hole search

Fixes

  • Fix negative indices caused by byte to int cast (crash with modded fluids #719)

Lithium 0.21.3 for Minecraft 1.21.11 Fabric and Neoforge

07 Feb 01:19
7413736

Choose a tag to compare

Lithium 0.21.3 for Minecraft 1.21.11 adds several optimizations and fixes.

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. You can check the description of each optimization and how to disable it when encountering a problem.

Additions

  • Optimize item frames with maps lag when many players are online
  • Use chunk aware block search for mob supporting block (Thanks to jcw780)
  • Update chunk serialization optimization (Thanks to ishland)
  • Allow hoppers to sleep when empty input inventory has comparators
  • Sculk sensor, catalyst and shrieker sleeping

Fixes

  • Use correct height limit and chunk loading order in portal POI optimization (Thanks to jcw780)
  • Wake sleeping hoppers when double chests above them have comparators placed nearby

Lithium 0.15.2 for Minecraft 1.21.1 Fabric and Neoforge

05 Feb 21:34
8688411

Choose a tag to compare

Lithium 0.15.2 for Minecraft 1.21 and 1.21.1 backports an optimization and bug fixes.

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. You can check the description of each optimization and how to disable it when encountering a problem.

Additions

  • Optimize non POI block searches (Thanks to jcw780)

Fixes

  • Fix incorrect hopper sleeping with double chests halves read by comparators