Lithium Mod 1.17.1/1.16.5 (Improves Server Performance Significantly)

Author:
jellysquid_
3 hours ago ❘ 20,971
views

Lithium Mod 1.17.1/1.16.5 is a general-purpose optimization mod for Minecraft which works to improve a number of systems (game physics, mob AI, block ticking, etc) without changing any behavior. It works on both the client and server and can be installed on servers without requiring clients to also have the mod. With the mod installed, you can see on average a 45% improvement to server tick times, resulting in a much leaner game.

Even in single-player, your game runs an “integrated server” which ticks the world your player is in. By optimizing the server-side of the game, this can free up your computer’s processor to focus on other tasks, resulting in improved frame rates and responsiveness. For multiplayer servers, administrators can expect a sizeable improvement to tick times, allowing their hardware to support more loaded entities, chunks, and players.

If you aren’t using it already as well, Phosphor (another optimization mod) pairs great with Lithium and is fully compatible.

Lithium Fabric mod for minecraft logo

Features:

  • Physics optimizations: Entity collision detection has seen significant improvements through reducing the collision resolution complexity for simple, cuboid blocks. A more accurate algorithm is also used to reduce the number of blocks being checked every tick, especially in cases where entities are moving very quickly.
  • Mob AI optimizations: We make use of an event-based system for some tasks in order to reduce the CPU usage incurred by constantly polling the world for changes. Mob “brains” have also been optimized to select between different AI tasks much, much quicker than before. Comparison before and after here.
  • World generation optimizations: Many calculations in vanilla’s world generation are unnecessary and do not affect the final result, which gives ample opportunity for Lithium to optimize this overhead away.
  • Chunk loading optimizations: The temporary data structures used in block palette compaction have been changed to be much more efficient. This results in fewer TPS drops while players are exploring terrain and provides a modest boost to world load times. We also batch some verification operations to reduce unnecessary disk I/O.
  • Mob farm optimizations: Mob cramming is significantly less expensive as resolving collisions between entities has been optimized to take advantage of the fact that simple boxes are involved. This makes mob farms considerably less harmful for server tick rates.
  • Block ticking optimizations: has less overhead, making things such as block update settling after generating chunks and other Redstone contraptions faster. This also reduces the amount of time it takes for a block to determine if it is ticking by schedule from O(n), where n is the number of ticking blocks, to O(1), providing a significant speedup when many blocks are being ticked.
  • Explosion optimizations: Many optimizations have been applied to TNT and explosions alike, reducing their associated lag without changing how they behave. In particular, ray-tracing is optimized to take advantage of the fact that multiple steps through a way will occur in the same block position, allowing us to quickly re-use the previous step’s results. We also make use of a faster position tracking algorithm which avoids many excessive allocations.
  • Point of Interest optimizations: Complex mob AIs in Minecraft, primarily those belonging to Villagers and Pillagers, often need to find relevant points of interest in the world in order to choose the most appropriate AI task. In vanilla, querying all points within a chunk requires 16 separate retrievals through stream-heavy code. With Lithium present, this task is reduced to a single simple retrieval that makes use of a much faster (and traditional) iterator based approach, yielding anywhere from a 16-22x improvement for queries.
  • Data Tracker optimizations: The internal data manager used for tracking some entity state and properties has been optimized to use flat arrays and avoid expensive locking, providing a decent boost whenever these attributes are accessed during a game tick.
  • … And other internal improvements to help the JVM better optimize code.

Requires:

Minecraft Forge

Fabric API

Fabric Modloader

How to install:

  1. Make sure you have already installed Minecraft Forge (or Fabric Modloader).
  2. Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
    • On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
  3. Place the mod you have just downloaded (.jar file) into the Mods folder.
  4. When you launch Minecraft and click the mods button you should now see the mod is installed.

Lithium Mod 1.17.1/1.16.5 Download Links:

For Minecraft 1.15.2

Forge version: Download from Server 1 – Download from Server 2

Fabric version: Download from Server 1 – Download from Server 2

For Minecraft 1.16.1

Fabric version: Download from Server 1 – Download from Server 2

For Minecraft 1.16.2

Fabric version: Download from Server 1 – Download from Server 2

For Minecraft 1.16.3

Fabric version: Download from Server 1 – Download from Server 2

For Minecraft 1.16.5

Fabric version: Download from Server 1 – Download from Server 2

For Minecraft 1.17

Fabric version: Download from Server 1 – Download from Server 2

For Minecraft 1.17.1

Fabric version: Download from Server 1 – Download from Server 2

Click to rate this post!

[Total: 0 Average: 0]

Source