Adds compatibility with ViaVersion and ViaBackwards 5.5.1
Other changes
- Fixed boat y offset in 1.9->1.8
Your support means a lot! If you'd like to help keep the project going, consider donating at https://florianmichael.de/donate. I’ll continue improving this project to the best of my ability.
11914da Use VV contained sound mappings in 1.9->1.8
30fa58a Fix boat y offset in 1.9->1.8
52b6aed Bump de.florianmichael.baseproject.BaseProject from 1.2.2 to 1.2.3 (#620)
Bumps de.florianmichael.baseproject.BaseProject from 1.2.2 to 1.2.3.
updated-dependencies:
- dependency-name: de.florianmichael.baseproject.BaseProject dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ...
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
9d74706 Bump gradle/actions from 4 to 5 (#621)
Bumps gradle/actions from 4 to 5.
updated-dependencies:
- dependency-name: gradle/actions dependency-version: '5' 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>
7d5ad45 Update VV api usage
Adds compatibility with ViaVersion and ViaBackwards 5.5.0
Other changes
- Fixed regression when placing signs in 1.7 <-> 1.9
- Fixed publishing of subprojects
Your support means a lot! If you'd like to help keep the project going, consider donating at https://florianmichael.de/donate. I’ll continue improving this project to the best of my ability.
See GitHub for release notes.
835fb5d Update VV api usage
8b2769f Don't include subprojects as dependencies in the root project
4da08b5 Auto: Gradle 9.1.0
7da8e62 Bump actions/setup-java from 4 to 5 (#619)
Bumps actions/setup-java from 4 to 5.
updated-dependencies:
- dependency-name: actions/setup-java dependency-version: '5' 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>
0f866d8 Fix sign update component read types in 1.7<->1.9
See GitHub for release notes.
Bug fixes for 1.7 clients, especially around holograms
- Removed the wither outline when using the bossbar on 1.9->1.8 (Thanks @Usepot)
- Implemented play state compression packet and compression set twice in 1.9->1.8 (Thanks @Beaness)
- Fixed invalid chat items in 1.8->1.7 (Also thanks @Beaness)
- Fixed player rotations breaking after teleporting in 1.8->1.7 (Thanks @mariaum)
- Reduce player list packets during display or ping updates in 1.8->1.7 (Also thanks @EthanKeating, @Beaness)
- Fixed holograms flying up/wrong sneaking states in 1.8->1.7 (Thanks @EthanKeating)
- Fixed hologram height offsets with marker armor stands in 1.8->1.7 (Thanks @EthanKeating)
- Added no gravity support to holograms in 1.8->1.7 (Thanks @Beaness)
- Fixed respawn screen appearing twice in 1.8->1.7 (Also thanks @EthanKeating)
- Removed empty hologram lines in 1.8->1.7 (Also thanks @EthanKeating)
- Legacy string parsing improvements (Also thanks @LabyStudio)
- Marked 1.21.7 and 1.21.8 as supported
Your support means a lot! If you'd like to help keep the project going, consider donating at https://florianmichael.de/donate. I’ll continue improving this project to the best of my ability.
af44f88 Remove the wither outline when using the bossbar on 1.9->1.8 (#604)
Adds metadata to the spawn packet to make the wither tiny so the player doesn't see a wither outline when the bossbar is on low health
1d1d77a Add support for armor stands with no gravity as zombie in 1.8->1.7 (#609)
ae800f1 Basic chat item handling in 1.8->1.7 (#606)
This is still missing most packets and should one day be moved into a proper component rewriter, but this works for now.
Co-authored-by: FlorianMichael florian.michael07@gmail.com
f31d731 Cleanup player info logic 1.8->1.7 (#608)
-
Cleanup player info logic
-
Don't update ping if it's the same
-
Cleanup
Co-authored-by: FlorianMichael florian.michael07@gmail.com
f978841 Implement play state compression and handle compression being set twice (#607)
-
Implement play state compression and handle compression being set twice
-
Fix 0 threshold; Code cleanup
Co-authored-by: FlorianMichael florian.michael07@gmail.com