booky
booky
Still WIP, 1.20.5 isn't released yet. --- Some stuff worth mentioning: - This introduces mappings for attributes, as new ones were added in 23w51a. - The `sweeping` enchantment was renamed...
First snapshot of 1.21 was only released today, so this PR is still WIP
## TODO - [ ] Implement to/from nbt encode/decoding for: - [ ] Biomes - [x] Chat Types - [x] Trim Patterns - [x] Trim Materials - [x] Wolf Variants...
https://github.com/TheJoCraftNET/MapEngine/blob/f0e45a13feda1e87e3316fbdffcfa8e0ae8bd188/plugin/src/main/java/de/pianoman911/mapengine/core/colors/dithering/FloydSteinbergDithering.java#L49-L53 alpha channel just gets ignored, this normally is in ARGB format but is just read as RGB
~~Third snapshot was released last wednesday, so the release will probably still take some time.~~ ~~Rc1 was released on thursday, so the release will probably happen next week tuesday.~~ ~~This...
## Breaking changes - The PacketEvents instance now needs to be created using either `PacketEventsServerMod#constructApi(String)` or `PacketEventsClientMod#constructApi(String)` - Nearly all packetevents fabric internals have been changed ## Changes - Splits...
Tested on Paper 1.18.2, 1.20.4, 1.20.6 and 1.21.1 and AdvancedSlimePaper 1.21.1 Fixes https://github.com/retrooper/packetevents/issues/1023
Basically rewrites how packetevents handles associating users with bukkit player objects Should fix https://github.com/retrooper/packetevents/issues/1063 Also fixes more issues like https://github.com/retrooper/packetevents/issues/1036