
Dimensional Control Tweaks Modification
This mod is a collection of mixins for Dimensional Control, designed to fix bugs and improve performance.
Requirements: Requires the main Dimensional Control mod to be installed.
What's Fixed and Improved:
Bug Fixes:
- Fixed an issue with layer initialization in GenLayerCombine where world generation was not dependent on the selected seed
- Corrected the GenLayerEdge algorithm that previously stopped checking conditions prematurely when the minimum adjacent biomes condition was met
Performance Optimizations:
- Significantly improved the performance of GenLayerCombine and GenLayerEdge by using hash tables instead of iterating through all possible combinations
- Particularly noticeable speed improvements when working with large data sets