Description
Describes
Porting and improving the high version of lightspeed, while changing the serialization library to kryo
Key Differences
Compared to the original version, this port introduces the following key improvements and features:
- Replaced Serialization Library: The serialization library has been switched from Java's
serto the more performantKryo. - Expanded Caching: More categories have been added to the cache to accelerate the loading process, including:
- Recipes
- Advancements
- Tags
- Loading Optimizations: Implemented optimizations for resource pack paths and JSON file loading to reduce startup times.
- Integrated LazyDFU: This port includes the functionality of
LazyDFUto further enhance game startup and loading performance.
Known Issues
You may encounter the following problems while using this version:
- KubeJS Compatibility:
- Problem: The built-in
TagLoaderfeature may causetag.jsscripts written forKubeJSto fail. - Solution: This feature can be disabled in the mod's configuration file.
- Model Loading Failures:
- In some cases, certain models may fail to load, resulting in missing textures (the purple and black "checkerboard" pattern).


