[Issue] Breaks owo-lib's tag injector due to setting a return value in TagGroupLoaderMixin
Dragon-Seeker opened this issue ยท 1 comments
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.