Preliminary 1.16 support#494
Conversation
|
Any eta for 20w19a? |
|
@pczmr8v5n454iycf I'm very much sorry, I forgot to push the change o_O |
|
@Xernium Is the Travertine fork which support 1.7 and old snapshot versions no longer maintained? |
2063b06 to
e4850c7
Compare
|
@Xernium Could you update the Travertine fork which support 1.7 and old snapshot versions? |
|
|
|
On Vanilla OUTPUT LOGNote: Tried building myself and with the files from here instead. |
|
@RedSparr0w apologies. I should have double-checked @Gerrygames commit. Should be fixed now. |
|
Hello @Xernium, the last build from your build server is from about a month ago (travertine), where can I download the newest travertine with 1.16 support? Thank you! How do I get this running? :) Edit: was easy to do, just build with ./waterfall b and get the jar |
|
Just need to make this change and we are 1.16 ready. @Xernium |
|
Can confirm that 734 (rc1) also works without any problems. Changing it to 735 should be ready for 1.16. |
|
Okay, I verified that the upstream changes to the downstream patch repo don't interfere. We should be good-to-go and merge-ready 👀 |
Upstream has released updates that appears to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing Waterfall Changes: 360fdcf Updated Upstream (BungeeCord) 61508bf fix derp in protocol mapping again 52291f0 Fix Entity effect packet mappings d61b93a Updated Upstream (BungeeCord) b3296ad Disable metadata rewriting for 1.16 (PaperMC#520) 29b6e01 Preliminary 1.16 support (PaperMC#494)
This Pull-request is meant to be merge-ready when 1.16 gets released so a usable Bungeecord can be obtained ASAP. The changes in this PR will get lost when Bungeecord gets updated to support 1.16, that is intentional. This is just meant to maybe make @electronicboy s life a little easier ;).
You can view the original Pull-request here.
I still maintain the Travertine fork just so I can backtrack on the changes, but this implementation is a good bit cleaner and fixes a few known bugs over the Travertine fork.
@aikar You said I should port this here and I did, should make life easier for now.
KEEP IN MIND:
Respawn and Login packets are implemented in Travertine separately so tracking the changes there will only work if they both get the appropriate patches, which I will likely create. If I do I will link back here