Releases: bundabrg/Reversion
Release v1.0.29
Update Documentation
Since Last Release:
Release v1.0.28
Fix NPE in InventoryTransactionHandler_v390ee_to_v408be
References: bundabrg/GeyserReversion#43
Since Last Release:
Release v1.0.27
Translate ITEM_BREAK particles correctly
Closes bundabrg/GeyserReversion#38
Since Last Release:
- 1d7e06a (HEAD, tag: v1.0.27, origin/master) Translate ITEM_BREAK particles correctly [bundabrg]
Release v1.0.26
Squashed commit of the following:
commit 93a3de5
Author: bundabrg [email protected]
Date: Thu Feb 11 10:31:30 2021 +0800
Fix buckets for Education
When interacticing holding an item we will check if the client interacts with both a block and air. If only 1, we send through the block and block_interact packet, otherwise we suppress the block_interact packet and send the other packets. Solves buckets and opening chests whilst holding a bucket.
Since Last Release:
Release v1.0.25
Fix education level events
Since Last Release:
Release v1.0.24
Remove metadata between 1.16.100 and 1.16.40 that made boats invisible
Since Last Release:
Release v1.0.23
Update Documentation
Since Last Release:
Release v1.0.22
Better support for V422 Servers
- Now support v422 servers as well as clients
Squashed commit of the following:
commit 8e08cde3c44081ddaba6dc58667961ddcabbc19a
Author: bundabrg [email protected]
Date: Wed Dec 9 11:18:35 2020 +0800
Add translators for v419 to v422 and v422 to v419
commit 38b912229707be816a812d9c93c3dd170085697b
Author: bundabrg [email protected]
Date: Wed Dec 9 11:04:35 2020 +0800
Bump CloudBurst version to properly support v422 and remove useless translator
Since Last Release:
- 02ad4d5 (HEAD, tag: v1.0.22, origin/master) Better support for V422 Servers [bundabrg]
Release v1.0.21
Support multiple server codecs
This allows a server to provide multiple codecs that it supports and we will find the best translation path to reach any of them. It also means that
a client with the same version as any of the supported codecs will also be short circuited.
Squashed commit of the following:
commit 74b3ba404cd70d07dd9c37fc4b0f638ccc2f90e7
Author: bundabrg [email protected]
Date: Wed Dec 9 10:26:02 2020 +0800
Clean up
commit 7a5c54b2e7acb31efa4f36339b31c2aa34945d7c
Author: bundabrg [email protected]
Date: Wed Dec 9 10:04:51 2020 +0800
First look at multiple toCodecs
Since Last Release:
Release v1.0.20
Fix Lapis Lazuli not working in Translating tables
We now look for the best match when translating an item which allows the more specific lapis to have priority over the generic dye
Reference: bundabrg/GeyserReversion#21
Since Last Release:
- fa8df03 (HEAD, tag: v1.0.20, origin/master) Fix Lapis Lazuli not working in Translating tables [bundabrg]
- 2db658d Fix LevelChunk handler causing an issue when switching to the nether [bundabrg]
- b8c1c13 Remove Debugging [bundabrg]
- 23839b1 Update mapping so a book doesn't look like a writable_book [bundabrg]
- 05e42e3 Update Documentation [bundabrg]