Lithium (Fabric/NeoForge)

By๐Ÿ‘คJellySquid

An optimization mod for Minecraft which improves server performance significantly.

Why Lithium (Fabric/NeoForge) is a top-tier mod mod for Minecraft 1.21.1

An optimization mod for Minecraft which improves server performance significantly.

โš™๏ธ Quick Resource Specs

Mod CreatorJellySquid
Latest Version1.21.1
Supported Game Versions1.21.1
File Size749.51 KB
Last Updated
Total Downloads86,562,206 downloads
Discover new possibilities in your world with Lithium (Fabric/NeoForge), a premium mods project created by JellySquid. Designed to run smoothly on Minecraft 1.21.1, this addition brings both quality improvements and immersive elements to your setup.

Want to help support development?

Lithium is made possible thanks to the awesome supporters. Each pledge allows us to spend more time working on mods like these while helping to cover a few expenses.

Patreon 2No2Name Donation Link

And special thanks to everyone else who helped with the development of Lithium. If you're a programmer who would like to contribute to the project, consider taking a look at our open issues for ideas on how you can help.

You can join our discord community with support and discussion channels:

 

Lithium (for Fabric Loader)

Code license

Lithium 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 expect to see more than a 50% improvement to tick times, resulting in a much faster game.

Even in single-player, your game runs an "integrated server" which ticks the world your player is in. Through optimizing the "server side" of the game, this can free up your computer's processor to focus on other tasks (i.e. rendering), 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 and Sodium both pair great with Lithium and are fully compatible.

Installation

Make sure you have the latest version of Fabric Loader present and then simply drop the mod into your mods folder. No other mods or additional setup (not even Fabric API!) is required.

You do not need to create new worlds in order to take advantage of the mod.

Features

You might be curious by now as to what exactly Lithium is doing in order to achieve such significant gains, and I'm happy you are! You can read about (some) of the changes we make in the spoiler below.

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.

Redstone Wire optimizations: Calculating the new power level of redstone wire after a block update is costly. Reducing the number of blockstate checks without any change in behavior reduces redstone dust lag by about 35%.

... And other internal improvements to help the JVM better optimize code.

Configuration

Lithium makes use of an unusual configuration system which can be used to enable or disable certain patches. This system allows fine-grained control over what code is modified by Lithium, and as such, can be used to completely eliminate bugs or mod incompatibilities introduced by the mod. For more information, please read the wiki entry on modifying your configuration file. An empty configuration file is perfectly normal and just means you want to use the default options.

Modpack Permissions

This is a free and open-source project on CurseForge, and as such-- of course you can include it in your modpack! While not required, it's much appreciated if you link back to Lithium's project page and Patreon in your mods list or credits page.

Reporting Issues

Please use the issue tracker linked at the top of the page to report bugs, crashes, and other issues. The Curseforge comments section is not the place to report these kinds of problems and will likely result in you being asked to forward it along.

 

The Ultimate Guide to Lithium (Fabric/NeoForge)

If you are exploring the vast world of Minecraft modifications, Lithium (Fabric/NeoForge) by JellySquid is a standout mod that deserves your attention. With over 86,562,206 downloads, it has become a staple for players looking to enhance their experience. As the creator describes it, this project is "An optimization mod for Minecraft which improves server performance significantly.". Whether you are a veteran builder constructing massive cities, or simply a casual player looking to upgrade your survival world, this guide will provide you with all the essential details on how Lithium (Fabric/NeoForge) alters the game.

What Makes It Special?

Unlike standard mods that simply alter superficial elements, Lithium (Fabric/NeoForge) digs deep into the game's engine to provide a cohesive, performance-focused experience. JellySquid has clearly spent significant time refining the project to ensure that every aspect feels polished and responsive for version 1.21.1.

Installation Guide

Getting Lithium (Fabric/NeoForge) up and running is straightforward. Follow these step-by-step instructions:

  1. Verify Your Version: Ensure your Minecraft launcher is set to version 1.21.1.
  2. Install Mod Loader (if required): If this is a mod, download the compatible loader (Forge, Fabric, NeoForge).
  3. Download the File: Click the secure download button above to retrieve the official file from CurseForge.
  4. Move the File: Place the downloaded file into your `mods`, `shaderpacks`, or `resourcepacks` folder depending on the mod type.
  5. Launch and Enjoy: Open Minecraft, navigate to the respective settings menu, and activate Lithium (Fabric/NeoForge).

Compatibility & Performance

Compatibility is robust. Lithium (Fabric/NeoForge) is designed specifically for version 1.21.1, taking full advantage of the latest engine optimizations. Since this is heavily focused on optimization, you can expect significant frame rate improvements on both low-end and high-end hardware.

Details

Downloads:86,562,206
Created:6 years ago
Updated:7 days ago
Project ID:360438
License:All Rights Reserved
Environment:Server

Game Versions

1.21.1

Mod Loaders

FabricQuiltNeoforge

๐Ÿค Join Community for Support

Need help installing this resource or want to see more showcases? Join our community!