def010c Remap difficulty data type (#1040)
75744d5 Bump version to 5.4.1-SNAPSHOT
Added 1.21.6 server support - Dialog screens for older clients are not implemented yet and will be invisible. Emulation using chests is planned for the next release
- Added
map-display-entities
config option to disable display entity to armor stand handling (by EnZaXD) - Added alternative scaffolding mapping via
scaffolding-to-water
config option in 1.14->1.13.2 (by NekosAreKawaii, EnZaXD) - Fixed errors from test block entities (by EnZaXD)
- Remove 0-level enchantments in 1.21.2->1.21 (by EnZaXD)
- Fixed possible errors from item data containing new blocks (by EnZaXD)
- Fixed some entity removal checks on respawn across versions (by EnZaXD)
- Fixed various text component conversion errors across versions (by kennytv, EnZaXD)
- Don't show enchantment level if both level and max level are 1 in 1.21->1.20.5 (by riku6460)
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.
0c21ddf Add missing dimension change checks for entity tracking (#1034)
9b65b59 Push block entity custom name through component conversion in 1.20.3->.2 (#1035)
e0f3a98 Don't add block mappings for alternative mappings (#1024)
d324803 Don't show enchantment level if level == 1 && max_level == 1 (#1027)
39a4d4e Make publish action manually runnable
8a9bf70 Add option to disable display entity emulation in 1.19.4->.3 (#1022)
5070e51 Update VV usage
12baac5 Fix login finished packet in 1.19->1.18.2 (#1018)
8669c17 Update VV usage
fe993fc Update Gradle Wrapper from 8.14 to 8.14.1 (#1016)
Signed-off-by: gradle-update-robot gradle-update-robot@regolo.cc Co-authored-by: gradle-update-robot gradle-update-robot@regolo.cc
54af45d Add alternative scaffolding mapping in 1.14->1.13.2 (#1015)
Co-authored-by: FlorianMichael florian.michael07@gmail.com
175daef Refactor 1.20.5+ versioned types
986ecaa Fix 1.20.5 item handler Fixes #1011
b42c197 Remove no longer needed container handling, now handled in the super call
d98de38 Update VV usage
13bc18b Update VV usage