ThonkUtil

ThonkUtil

4M Downloads

[Issue] Breaks owo-lib's tag injector due to setting a return value in TagGroupLoaderMixin

Dragon-Seeker opened this issue ยท 1 comments

commented

The mixin dose not need to return anything as it is a map meaning you can just get the map and add or modifies the given entries. Returning will cancel the method early causing anyone else injects not to work.

commented

Feel free to make a pull request