Minecraft Radium Reforged mod 2026 download
logo
minecraft mod Radium Reforged

Radium Reforged

Game Version: 1.19.2
Total Downloads: 1,076,503
Updated: Aug 24, 2022
Created: Jan 18, 2022
Download Radium ReforgedDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Radium mc1.19.2-0.8.2 release 499.60 KB Aug 24, 2022 1.19.2 1 download Radium Reforged Radium mc1.19.2-0.8.2 releaseDownload
Radium mc1.19-0.8.1a release 479.10 KB Jul 3, 2022 1.19 8,882 download Radium Reforged Radium mc1.19-0.8.1a releaseDownload
Radium mc1.19-0.8.1 release 486.67 KB Jun 26, 2022 1.19 1,306 download Radium Reforged Radium mc1.19-0.8.1 releaseDownload
Radium mc1.18.2-0.7.10 release 490.16 KB Mar 21, 2022 1.18.2 918,848 download Radium Reforged Radium mc1.18.2-0.7.10 releaseDownload
Radium mc1.18.2-0.7.9 release 467.32 KB Mar 4, 2022 1.18.2 22,968 download Radium Reforged Radium mc1.18.2-0.7.9 releaseDownload
Radium mc1.18.1-0.7.7g release 471.30 KB Feb 5, 2022 1.18.1 119,714 download Radium Reforged Radium mc1.18.1-0.7.7g releaseDownload
Radium mc1.18.1-0.7.7f release 453.62 KB Feb 2, 2022 1.18.1 1,342 download Radium Reforged Radium mc1.18.1-0.7.7f releaseDownload
Radium mc1.18.1-0.7.7e release 446.83 KB Jan 29, 2022 1.18.1 620 download Radium Reforged Radium mc1.18.1-0.7.7e releaseDownload
Radium mc1.18.1-0.7.7d release 440.77 KB Jan 28, 2022 1.18.1 284 download Radium Reforged Radium mc1.18.1-0.7.7d releaseDownload
Radium mc1.18.1-0.7.7c release 437.42 KB Jan 28, 2022 1.18.1 159 download Radium Reforged Radium mc1.18.1-0.7.7c releaseDownload
Radium mc1.18.1-0.7.7b release 440.16 KB Jan 21, 2022 1.18.1 1,881 download Radium Reforged Radium mc1.18.1-0.7.7b releaseDownload
Radium mc1.18.1-0.7.7a release 440.08 KB Jan 20, 2022 1.18.1 230 download Radium Reforged Radium mc1.18.1-0.7.7a releaseDownload
Radium mc1.18.1-0.7.7 release 432.48 KB Jan 18, 2022 1.18.1 266 download Radium Reforged Radium mc1.18.1-0.7.7 releaseDownload

Description

Share this:

Radium is an Unofficial Fork of CaffeineMC's "Lithium", maked to work with Forge Mod Loader.

Features

Radium contains all the features of the classic Lithium.

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.

 
Please, don't report Radium's issues to the official Lithium Github.

Comments

Add a comment