WoldFaster
Note: This mod is currently obsolete and remains available only for users of older versions. For current versions of Wold's Vaults or Wold's Vaults Standalone, the standard VaultFaster is recommended.
This optimization module for Minecraft Vault Hunters is designed specifically to accelerate vault world generation. It delivers a significant performance boost - more than 4 times faster.
Core Technical Improvements
The block placement algorithm has been completely redesigned for maximum speed:
- Heightmap updates are now skipped during generation
- The chunk locking system has been simplified - it occurs once per section instead of for every individual block
- Processing of iskallia.vault.core.event.CommonEvents.BLOCK_SET event has been disabled
Memory and Processing Optimization
String identifiers of blocks and holocomponents have been replaced with numerical indexes, significantly accelerating registry searches. A new tile mapper has been implemented that uses a multimap to store holocomponent processors, indexed by their numerical identifiers.
Additional Enhancements
- Removed all biome decorations
- Implemented caching for frequently used values
- Optimized calculations for common operations
Performance Results
Testing demonstrated impressive performance gains in chunk generation over 50 seconds:
- Base version (5 CPU cores): 1,330 chunks
- Base version (2 CPU cores): 430 chunks
- Modified version (5 CPU cores): 5,500 chunks
- Modified version (2 CPU cores): 2,000 chunks
The original development author was ImplementsLegend.