1d1e9bc Update Gradle Wrapper from 8.10.1 to 8.10.2 (#891)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
f57f225 Bump gradle-update/update-gradle-wrapper-action from 1 to 2 (#889)
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
b376b52 Refactor dimension switch handling across all protocols (#884)
36baf6e Fix body set equipment in 1.20.5->.3 if value is not the last (#886)
733bd9a Update Gradle Wrapper from 8.10 to 8.10.1 (#885)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
66a1748 Remove transaction tracking (and cancelling) in 1.17->1.16.4 (#883)
0bac920 Don't remove configuration packet storage on login Needed with proxies if a server is doing nonstandard optimizations Fixes #881
ffb9852 Don't process component twice in 1.19.4->1.19.3 text display handler (#878)
830ccce Update VV usage
a5d0e4b Strip new attributes in 1.21->1.20.5 item hover events
4066b9b More cleanup to structured enchantment rewriter
678775a Move the iterator remove down
db47040 Fix 1.21->1.20.5 enchantment lore format and add show_in_tooltip check Fixes #877
47b1508 Clean up LOGIN/STATUS/CONFIGURATION handlers (#876)
6cc4990 Update VV usage
d627975 Also explicitly map entity data list type in 1.12
24f67ff Fix compressed id overlap in legacy block item rewriter (#874)
0b3a792 Properly read unused light data in 1.17->1.16 Some servers for some reason do this
ef2621c Update Gradle Wrapper from 8.9 to 8.10 (#872)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
eb4d30a Always map command to signed command in 1.20.5->1.20.3 Sending any message, any non-message command, and again any message would kick the client with a chat validation error. Let's see if this is better