LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
293 stars 16 forks source link

WrapWithCondition v2 issue #74

Closed Skidamek closed 4 months ago

Skidamek commented 4 months ago

Old deprecated WrapWithCondition just merges to target class successfully but the new v2 one, does not. Not sure why. My mixin Here are images Debug class v1 (deprecated) Debug class v2 Zip of debug classes of images above DebugClasses.zip

Tested with latest fapi on fabric 0.15.7 (mixin extras 0.3.5) as well as on neoforge 1.20.1 with ffapi and added manually mixin extras 0.3.5. Same result on both.

LlamaLad7 commented 4 months ago

I can't reproduce this. Your mixin applies fine for me. Please publish a reproduction repo.

LlamaLad7 commented 4 months ago

A log would also be useful.

Skidamek commented 4 months ago

Huh strange... i have no idea why it does work now