LlamaLad7 / MixinExtras

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

Late injectors do not interact properly with groups #64

Closed LlamaLad7 closed 6 months ago

LlamaLad7 commented 6 months ago

Groups check their injection count before the late injections are applied meaning they sometimes fail validation. We should notify the injectors of the callbacks earlier.

LlamaLad7 commented 6 months ago

Fixed in 0.3.5