4.0.2-SNAPSHOT+183
on Jul 14, 20243149006 Gradle 8.9
4.0.2-SNAPSHOT+182
on Jul 11, 20241b8d5ea Print death message in chat
4.0.2-SNAPSHOT+181
on Jul 11, 2024abdb795 Emulate PLAYER_COMBAT packet in 1.9->1.8
4.0.2-SNAPSHOT+180
on Jul 11, 20241b5b593 Rename VREntityRewriter#removeEntities, move PLAYER_COMBAT to player packets
4.0.2-SNAPSHOT+179
on Jul 6, 20246e4ac65 Update VB API usage
4.0.2-SNAPSHOT+178
on Jul 4, 202464cce82 Properly skip entity data packets
4.0.2-SNAPSHOT+177
on Jul 3, 2024cb79316 Update potion mappings documentation
4.0.2-SNAPSHOT+176
on Jun 29, 2024c601525 Only continue item rewriting if tag is present in 1.8->1.7
4.0.2-SNAPSHOT+175
on Jun 29, 2024a80ca44 Bump gradle wrapper validation to v3
4.0.2-SNAPSHOT+174
on Jun 29, 2024c69ce24 Only allow VB 5.0.0+ in fabric.mod.json
4.0.1
on Jun 27, 2024- API: Add getter/setter for CooldownStorage#visualizationFactory (by EnZaXD)
- Slightly improve wording in config.yml (by EnZaXD)
- Add setting for levitation emulation in 1.9->1.8 (by EnZaXD)
- Fix entity type exceptions when processing metadata for unknown entities (by EnZaXD)
If you want to help me (EnZaXD) out financially, consider sponsoring at https://florianmichael.de/donate.
4.0.1-SNAPSHOT+172
on Jun 27, 202443c3bb1 Skip metadata of entities which aren't spawned (yet)
4.0.1-SNAPSHOT+171
on Jun 27, 2024f57ac05 Add setting for levitation emulation, cleanup code
4.0.1-SNAPSHOT+170
on Jun 21, 2024a3c623c Slightly improve wording in config.yml
4.0.1-SNAPSHOT+169
on Jun 21, 202421e5042 Rename Gradle convention plugin
4.0.1-SNAPSHOT+168
on Jun 21, 2024233d522 Add getter/setter for CooldownStorage#visualizationFactory
Allows servers to override the existing visualization factory with their own ones
4.0.0
on Jun 16, 2024ViaVersion and ViaBackwards 5.0.0 support!
Java 17 requirement
- See https://docs.papermc.io/misc/java-install on how to update your Java version
- Even Minecraft 1.8 is mostly able to run on Java 17, although for a better experience you should use a fork that fixes smaller issues
- Some older versions require the
Paper.IgnoreJavaVersion
system property to be set (-DPaper.IgnoreJavaVersion=true
as a startup flag), but run perfectly fine using Java 17 - If all else fails, use the Java 8 compatibility builds we provide at risk of not receiving support for issues it could cause - you should not make yourself depend on these too much, they will generally only be updated on releases
Other important changes
The main ViaRewind jar no longer supports Bungee and Sponge, they have been moved to separate plugins. Sponge has seen almost no usage and the current Bungee platform is pretty broken due to missing injection points, + Bungee has generally been unusable for weeks after every recent Minecraft update.
See https://github.com/ViaVersion/ViaVersion/releases/tag/5.0.0 for more information.
Fixes
- Small fixes to edge case in data parsing in 1.8->1.7 (by EnZaXD)
- Fixed hologram handling in 1.8->1.7 (by EnZaXD)
- Remove shulker box title fix which got moved into VB (by EnZaXD)
- Fixed /offhand command not working in 1.9->1.8 (by EnZaXD)
If you want to help me (EnZaXD) out financially, consider sponsoring at https://florianmichael.de/donate.
4.0.0-SNAPSHOT+165
on Jun 15, 20247b1f0a8 Rename build-logic submodule
4.0.0-SNAPSHOT+164
on Jun 11, 2024a171e40 Only accept correct byte type in custom payload 1.8->1.7
4.0.0-SNAPSHOT+163
on Jun 11, 20243e3561c Update VV API usage