Vault Faster (VaultFaster)
Minecraft地牢猎人优化模组,旨在实现一个目标:加快地牢世界生成速度。超过4倍的性能提升。
变更列表:
-
[batchSetBlocks.kt] 使用优化算法放置方块:
- 跳过高度图更新
- 每个区块只锁定一次,而不是每个方块
- 跳过 iskallia.vault.core.event.CommonEvents.BLOCK_SET 事件
-
[MixinBlockRegistryIndex.java, PartialBlockRegistryIndex.java, IndexedBlock.kt] 用"数字ID"取代方块和PartialTile的"字符串ID":
-
[TileMapper.kt] 添加瓦片映射器;通过将瓦片处理器存储在以方块的数字ID为索引的多映射中,最小化可适用的iskallia.vault.core.world.processor.tile.TileProcessor数量的算法
-
缓存了一些值
-
[NoBiomeDecorations.java] 移除了生物群系装饰
我的系统性能(50秒内生成的区块数):
- 未修改,5个CPU核心:1330个区块
- 未修改,2个CPU核心:430个区块
- 修改后,5个CPU核心:5500个区块
- 修改后,2个CPU核心:2000个区块
来自Modrinth
VaultFaster 2.1.1
vaultfaster-2.1.1.jar下载2.1.1#Release
- fixed crash that occured when used alongside VaultBlockTags
- fixed rooms sometimes not generating or only partially generating with wrecked modifier or similar
- fixed tile entities sometimes generating unconfigured
- fixed rare bug of dungeons, cake rooms or build-paradox rooms not generating under specific conditions
- fixed rooms sometimes not generating or only partially generating with wrecked modifier or similar
- fixed tile entities sometimes generating unconfigured
- fixed rare bug of dungeons, cake rooms or build-paradox rooms not generating under specific conditions
展开
版本: 2.1.1
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 11
VaultFaster 2.1.0
vaultfaster-2.1.0.jar下载2.1.0#Release
- fixed fallen sand in cake vaults
- fixed one NullPointersException
- fixed performance regression in Update 15
- fixed placeholders sometimes appearing
- fixed deadlock issues
- fixed bedrock chunks
- fixed one NullPointersException
- fixed performance regression in Update 15
- fixed placeholders sometimes appearing
- fixed deadlock issues
- fixed bedrock chunks
展开
版本: 2.1.0
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 132
VaultFaster 2.0.0
vaultfaster-2.0.0.jar下载2.0.0#Release
- updated to Vault Hunters U15
- improved cascade modifier performance
- fixed book piles generating as error blocks in cake vaults
- removed tilemapper blacklist, so tilemapper is now used for all blocks
Now the important part:
- VaultFaster is now even faster with multithreading!
- improved cascade modifier performance
- fixed book piles generating as error blocks in cake vaults
- removed tilemapper blacklist, so tilemapper is now used for all blocks
Now the important part:
- VaultFaster is now even faster with multithreading!
展开
版本: 2.0.0
支持游戏: 1.18.2
类型: Forge
Release
下载次数: 65
收录