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)
24f994f Convert components in sign block entities in 1.12->1.11 (#845)
f4bc485 Only create custom data tag in enchantment rewriter if necessary
b4a4b54 Always remap body armor slot
- Added a
bedrock-at-y-0
config option to display a full bedrock layer at y 0 in 1.17->1.16 (disabled by default, may cause issues with anticheats) - Added a
sculk-shriekers-to-crying-obsidian
config option for an alternate 1.19->1.18.2 block mapping to avoid block breaking issues (by EnZaXD) - Fixed race condition leading to mapping loading error on startup
- Fixed kicks with shulker boxes from creative mode clients in 1.21->1.20.5
- Fixed issues with enchantment lore and enchantment hints in 1.21->1.20.5, use translatables instead of hardcoded numbers in added enchantment lore in older protocols (by kennytv and EnZaXD)
- Fixed attribute modifiers rewriting within containers in show_item components (by EnZaXD)
- Fixed block predicate conversion in 1.20.5->1.20.3 (by EnZaXD)
- Fixed falling blocks in 1.20.3->1.20.2 (by EnZaXD)
- Tridents and banner pattern items show the correct 1.21 rarity in 1.21->1.20.5 (by EnZaXD)
- Fixup handling of attribute keeping on respawn in 1.16->1.15.2 (by EnZaXD)
- Fixed translatable handling in lore conversion in 1.14->1.13.2 (by EnZaXD)
- Fixed missing advancement component rewriting (by EnZaXD)
2df954d Cleanup 1.20.5->1.20.3 SET_EQUIPMENT translation (#841)