LlamaLad7 / MixinExtras

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

Late injectors do not interact properly with groups #64

Closed LlamaLad7 closed 10 months ago

LlamaLad7 commented 10 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 10 months ago

Fixed in 0.3.5