Lithium 0.14.5 is a backport release for Minecraft 1.21.1 which fixes a server crash that can be caused deliberately by clients. 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
- Replace streams in Tempting Sensor
- Add debug info for LithiumHashPalette
Changes
- Use fast iterator in Brain outdated memory removal
- Handle BlockTag changes for pathnode and block predicates
Fixes
- Fix server crash that can be caused deliberatly by clients (Thanks to Drex for reporting)
- Keep block entity tickers subscribed to world border changes on size-unrelated world border events
- Fix game event dispatcher optimization by using chunk status tracking
- Fix block entity initialization issues
- Neoforge: Avoid initializing hopper's entity tracking during sleeping attempt
- Neoforge: Update hopper optimization for new neoforge version
Lithium 0.14.4 for Minecraft 1.21.4 fixes a crash when placing redstone dust when using Neoforge. 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
- Fix redstone dust placement crash by adding missing accesstransformer
Lithium 0.14.4 for Minecraft 1.21.3 and 1.21.2 fixes a crash when placing redstone dust when using Neoforge. 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
- Fix redstone dust placement crash by adding missing accesstransformer
Lithium 0.14.3 for Minecraft 1.21.4 improves mod compatibility. 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
- Mod compatibility improvements, mostly on the neoforge platform
- Update to 1.21.4
Lithium 0.14.3 for Minecraft 1.21.3 improves mod compatibility. 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
- Mod compatibility improvements, mostly on the neoforge platform
Lithium 0.14.3 for Minecraft 1.21.1 improves mod compatibility. 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
- Mod compatibility improvements, mostly on the neoforge platform
Lithium 0.14.2 for Minecraft 1.21.3 fixes several issues and improves mod compatibility, as multiple compatibility issues came up with the first neoforge release. Make sure to take a backup of your world before using the mod and please report any mod compatibility issues at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
This is a backport of 0.14.2 for Minecraft 1.21.1. Make sure to take a backup of your world before using the mod and please report any mod compatibility issues at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Lithium now supports both the fabric and neoforge mod loaders. Make sure to take a backup of your world before using the mod and please report any 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 optimizations to 1.21.3
- Improve mod compatibility
This is the first experimental release for Lithium 0.14.0 which supports both the fabric and neoforge modloader. Make sure to take a backup of your world before using this experimental version. In case you find any bugs, please report them at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Changes
- Adapt almost all optimizations and settings to work with neoforge
Lithium 0.13.1 fixes one bug and a compatibility issue with carpet mod.
Fixes
- fix: incompatability with fabric-carpet's scarpet explosion event. (#565) (Thanks to wendavid552)
- fix: disable broken mixin.world.game_events.dispatch optimization by default
Lithium 0.13.0 is the first release for 1.21.1. It fixes an issue and adds two new optimizations for goats and frogs.
Additions
- new: LongJumpTask random weighted choice optimization
- new: nonvanilla FrogAttackablesSensor optimization (enable with
mixin.minimal_nonvanilla=true
in the lithium.properties file. The frog target selection will deviate slightly from vanilla behavior.)
Fixes and Changes
- fix: Hoppers not transferring to ChiseledBookshelfBlockEntity when multiple books are in a stack
- change: replace hashmap in brain collection optimization
- change: enable explosion exposure optimizations by default