LlamaLad7 / MixinExtras

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

Refmap not working #13

Closed tox1cozZ closed 2 years ago

tox1cozZ commented 2 years ago

Automatic generation of refmap during build does not work with MixinExtras annotations

LlamaLad7 commented 2 years ago

Did you register its annotation processor like in the readme?

tox1cozZ commented 2 years ago

Yes. I ported mixins to 1.7.10 and added your annotations. I made a dependency for them with the annotation processor and add it via annotationProcessor. But it didn't work... I thought that I did something wrong and decided to check on the MixinBooter 1.12.2, but the refmap for your annotations is also not generated there.

LlamaLad7 commented 2 years ago

If it doesn't work on mixinbooter then that's almost certainly their issue, so talk to them about it. They decided just to copy the code and remove stuff instead of bundling it, and the refmap generates just fine on 1.12.2 when setting up mixin manually.

tox1cozZ commented 2 years ago

Okay, sorry. Yes, you are right, everything works.