Adds compatibility with ViaVersion and ViaBackwards 5.4.0
Other changes
- Changed end rod block state mapping to white stained glass in 1.9->1.8 (Thanks @NekosAreKawaii)
- Optimized memory usage for 1.7 chunk loading (Thanks @Beaness)
- Fixed data loose when sending player inputs in 1.8->1.7
- Fixed entity data loose when respawning in 1.8->1.7 (Thanks @Beaness)
- Fix hologram movement by wrapping them to an interpolated entity in 1.8->1.7 (Thanks @EthanKeating)
If you want to help me out financially, consider sponsoring at https://florianmichael.de/donate.
227d37b Update VV api usage
be5bb6e Write flags as byte in PLAYER_INPUT 1.8->1.7
064dbee Update profile properties type
783006b Auto: Gradle 8.14.1
ba93a40 Change end rod block state mapping to white stained glass in 1.9->1.8 (#584)
422f81d Bump org.gradle.toolchains.foojay-resolver-convention (#583)
Bumps org.gradle.toolchains.foojay-resolver-convention from 0.10.0 to 1.0.0.
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
aa47e3c Update BaseProject
0942987 Update ClassTokenReplacer
f66353c Update ClassTokenReplacer
dd8f9c4 Update ClassTokenReplacer
66133d1 Update VV api usage
11011d5 Rewrite build files
22e36f7 Rewrite build files
ac472c0 Rewrite build files
691cbf1 Small cleanup
8d8675a Fix hologram movement by wrapping them to an interpolated entity in 1.8->1.7 (#580)
-
Hologram movement fix for 1.7 clients
-
fix: addressed feedback from PR review
4fa2f10 Use correct entity id data type in 1.8->1.7 entity data sending (#579)
c2e516d Auto: Gradle 8.14