- Updated to 1.18.2 (no actual code changes, but needed to be rebuilt)
- Automatically disable ThreadingDetector changes when Lithium is present
- Lithium completely removes the detector, which is both smaller and faster than FCs implementation which keeps functionality
- Update to 1.18.1 (from 1.18)
- Replace vanilla's
ThreadingDetector
s in chunk sections with a single (atomically accessed) reference - Optimize
FastMap
a bit - Add compatibility for recent lithium preview builds
- Remove Hydrogen compat code
- Hydrogen has been archived, and will not be updated to 1.18+
- Fix vague error messages when accessing invalid block properties
- Add a logo
- Add option to populate the neighbor table with a FastMap-backed table
- This slightly increases memory usage and is only required when mods access this table directly, so it is disabled by default