bca25d4 Rewrite filtered_pages in 1.20.2->1.20.3 (#3983)
2417ffe Fixup horse inventory translation in 1.20.5->1.21 (#3980)
Fixes #3978
8606e5d Handle both json and plain text in CommonBoss (#3981)
5a0ca55 Add test command handler to DummyInitializer test (#3970)
ceb1cff Cancel "message not delivered" messages Fixes #3438
- Add handling for some movement related enchantments in 1.20.5->1.21. This requires ViaVersion to be placed on a Paper server (also for efficiency to properly work)
- Fixed entity effect colors for world particles in 1.20.3->1.20.5
- Improve item comparison in some cases when the item tag was empty in 1.20.3<->1.20.5 (by Camotoy, AJ-Ferguson)
- Fixed handling of the hardcore/not set gamemodes in 1.8->1.9 (by LeonTG, EnZaXD)
- Backup original book pages for creative mode clients in 1.8->1.9 (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.
245f7e2 Fix DummyInitializer unit test to bootstrap without errors (#3965)
9d3db4c Improve performance in ProtocolVersionRange#contains (#3964)
d032072 Backup original book pages for creative mode clients in 1.8->1.9 (#3952)
64497b3 Fix enchantment order
f5b3799 Use default dimension data for defaulted registry entry
00fedc7 Also handle aqua affinity
05aa05c Disable soul speed check for now
5243c18 entity effect magic Fixes #3927
77d702b Also handle movement related enchantments Fixes #3960
c098e24 Return generic Item array in StructuredItem#emptyArray (#3955)
3d083cf Add handleMenuType function to ItemRewriter (#3953)
2ab62a8 Protected
296f420 Also handle item_name item data for component rewriting
e9f547f Add ArrayUtil