Incompatible with PacketEvents 2.9.4
Kalanyr opened this issue · 3 comments
Minecraft Version
1.21.8
Mod Loader
Fabric
Describe the Issue
Causes a Mixin Crash at Launch when installed with Balm.
The relevant errors are:
Could not execute entrypoint stage 'client' due to errors, provided by 'balm' at 'net.blay09.mods.balm.fabric.client.FabricBalmClient'!
And
Using refmap fabric-refmap.json [INJECT_PREPARE Applicator Phase -> packetevents.mixins.json:ClientPacketListenerMixin from mod packetevents -> Prepare Injections -> handler$bbj000$packetevents$postLoginPlayerConstruct(Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V -> Parse -> -> Validate Targets]
Using Fabric 0.17.1 on Minecraft 1.21.8
Reproduced with a minimum set of mods:
Balm 21.8.5 for 1.21.8
Packet Events 2.9.4
Fabric API 0.131 (for 1.21.8 )
Also reported to PacketEvents here: retrooper/packetevents#1322
Logs
This is not related to Balm, it's just showing Balm in the error log because it happens to be loading the class that PacketEvents is failing to inject to.