No changelog was specified.
VMP 0.2.0+beta.5 for Minecraft 1.19 is released
This small release fixes bugs and adds some features.
Changelog:
- Fix chunks sending twice with C2ME no-tick view distance
- Adds a config file with configurable target chunk sending rate
Full Changelog: https://github.com/RelativityMC/VMP-fabric/compare/0.2.0+beta.4...0.2.0+beta.5
VMP 0.2.0+beta.4 for Minecraft 1.19 is released
This release fixes bugs and adds some new optimizations and features.
Changelog:
- Fixes "Monster Spawners are activating with no players nearby" #10
- Fixes shulker not activating strings above them
- Fixes despawn behavior parity when players are too far away
- Adds more optimizations targeting high entity count
- Adds rate-limited chunk sending system with priority system (inspired by paper's patch "Replace player chunk loader system")
- Adds per-player chunk sending distance
Full changelog: https://github.com/RelativityMC/VMP-fabric/compare/0.2.0+beta.3...0.2.0+beta.4
- Fixes compatibility with krypton
- Adds per-player chunk sending distance
VMP 0.2.0+beta.3 for Minecraft 1.18.1 is released
This release fixes bugs, improves compatibility and adds some measurable performance improvements.
Changelog:
- Delays initialization of ingredient cache (#5)
- Handles chunk sending using AreaMap (Fixes some chunks not properly sending)
- Improves entity iteration further for collision and possibly other things
- Fixes incompatibility with
Carpet-TIS-Addition
Full Changelog: https://github.com/RelativityMC/VMP-fabric/compare/0.2.0+beta.2...0.2.0+beta.3
Fix some chunks not being sent to client
Optimize entity iteration for cramming and possibly other things
Use square instead of circle
This release fixes an important crash and adds a minor performance improvements.