ff4fbe2 Bump version to 4.0.4-SNAPSHOT
- Change player combat death message to be shown above the hotbar in 1.9->1.8
- Added a setting to disable the death message completely
- Fixed entity data handling after respawning in 1.8->1.7 (@calcastor, @FlorianMichael)
- Fixed players being stuck in respawn screens sometimes
- Fixed race condition in destroy entity handling in 1.8->1.7 (@ItsClairton)
- Fixed and improved dimension switch handling
If you want to help me out financially, consider sponsoring at https://florianmichael.de/donate.
74ebb09 Update required ViaFabric version, don't require fabric-loader
36396c1 Define as Sponge plugin for ViaSponge
bc9b844 Update Gradle Wrapper from 8.10.1 to 8.10.2 (#544)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
0ee7c1c Update correct entity data list in 1.8->1.7
Co-authored-by: "BT (calcastor/mame)" 43831917+calcastor@users.noreply.github.com
6d35536 Bump gradle-update/update-gradle-wrapper-action from 1 to 2 (#542)
Bumps gradle-update/update-gradle-wrapper-action from 1 to 2.
updated-dependencies:
- dependency-name: gradle-update/update-gradle-wrapper-action 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>
8945193 Improve spectating client entity id tracking
546f4b1 Add setting for player combat packet handling
e8028cf Show player combat death message above hotbar in 1.9->1.8
6a85860 Use RewriterBase API class for packet rewriter classes
4b11b8e Fix client world get on level chunk packet in 1.8->1.7
724a6b7 Check if client entity id is set
c785df5 Refactor dimension switch handling
de92c06 Update Gradle Wrapper from 8.10 to 8.10.1. (#541)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
31f427a Cleanup LOGIN packet handlers
fffcae9 Update Gradle Wrapper from 8.9 to 8.10. (#540)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
594dbbc Only print broken components if suppression disabled
8c4efbb Fix race condition when destroy entities on 1.7 (#539)
5b1dcf6 Add gradle wrapper update workflow