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
9ca5236 Map wind charges to shulker bullets instead of llama spit Spit has gravity by default and a short lifespan Fixes #868
5ce7857 Actually remove template submodule
5539ff9 Update supported version range
c2b5a5f Update template protocol classes
9c3255d Only play totem animation for dying player in 1.11->1.10 (#860)
b03be8e Properly handle custom item data in 1.20.5->1.20.3 (#865)
- Fixed error from wolves with armor in 1.21->1.20.5
- Fixed crafter disabled slots in 1.21->1.20.5
- Fixed new items in item hover events erroring in 1.21->1.20.5
- Fixed custom armor trim pattern and material handling in 1.20.5->1.20.3
- Fixed an edge case with custom item frame rotation handling in 1.17->1.16.4 (by EnZaXD)
- Fixed an edge case with custom experience orb spawning in 1.14->1.13.2 (by EnZaXD)
- Fixed possible component errors in signs in 1.12->1.11 (by EnZaXD)
If you want to get larger version updates early, consider supporting me via https://viaversion.com/donate. See the previous update notes for more info.
55ea81f Hotfix item ids in 1.21 item hover events
9c2021b Update Ubuntu, Change wrapper-validation in publish (#857)
ad1b8b7 Rename CI workflow and update gradle wrapper validation (#855)
6a766f2 Handle custom armor trims in 1.20.5->1.20.3 Fixes #847, closes #850
87d05ae Only change container data for enchantment tables Fixes #853
bc06d9e Handle experience orb spawn via add entity packet in 1.14->1.13.2 (#849)
a0d063d Handle data->pitch/yaw item frame rotation change in 1.17->1.16.4 (#848)