-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(WIP) Sponge support #670
(WIP) Sponge support #670
Conversation
322d9bc
to
d3ccefc
Compare
02f90ae
to
e43d1da
Compare
c0ce8a0
to
b508456
Compare
d37d660
to
5b45251
Compare
Update for those unaware: viaversion support doesn't seem to be possible because on Sponge they replace the vanilla handler, instead of adding their own. |
c0694e2
to
09ea2a2
Compare
09345e9
to
ee3f984
Compare
a0fa9f7
to
d1f7075
Compare
46acabd
to
aaf5959
Compare
6483acd
to
b560d70
Compare
4b1e3e3
to
e7225e4
Compare
I think I might migrate the current injection stuff to be mixin-based like fabric |
They have fixed this recently. |
You can mark this as a PR. |
f0981e6
to
76e99bf
Compare
3ad2e76
to
2e8088a
Compare
Is this fully functional? |
Yes |
2e8088a
to
24ffd9e
Compare
Thank you a lot for porting PacketEvents to Sponge! |
Next update, it should be listed as supported. |
Adds Sponge support. A lot is copied from the Spigot module as they are fundamentally similar and via runs on Sponge too.
The only conversion util I made is itemstack conversion. Most things can be done via Sponge API or VanillaGradle anyway.
Also fixed use of deprecatedjava.sourceCompatibility
andjava.targetCompatibility
(need to confirm it compiles to 8 bytecode again).