packetevents icon indicating copy to clipboard operation
packetevents copied to clipboard

(WIP) Sponge support

Open SamB440 opened this issue 1 year ago • 1 comments

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 deprecated java.sourceCompatibility and java.targetCompatibility (need to confirm it compiles to 8 bytecode again).~~

SamB440 avatar Feb 03 '24 18:02 SamB440

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.

SamB440 avatar Mar 18 '24 19:03 SamB440

I think I might migrate the current injection stuff to be mixin-based like fabric

SamB440 avatar Jul 28 '24 17:07 SamB440

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.

They have fixed this recently.

retrooper avatar Aug 13 '24 18:08 retrooper

You can mark this as a PR.

retrooper avatar Aug 22 '24 14:08 retrooper