
[Blame 3.0.0 Fabric] Crashes with Mo Enchantments
TelepathicGrunt opened this issue ยท 1 comments
Currently investigating:
The crash:
https://paste.ee/p/lYPRp
My inject mixin: https://github.com/TelepathicGrunt/Blame/blob/Fabric-1.16.2/src/main/java/com/telepathicgrunt/blame/mixin/CommandManagerMixin.java
Mo Enchantments doesnt seem to mixin at all to the CommandManager. But it does use Fabric API's hook to it
https://gitlab.com/search?group_id=&nav_source=navbar&project_id=12070171&repository_ref=default&scope=&search=CommandManager&search_code=true&snippets=false
Fabric API's CommandManager mixin:
https://github.com/FabricMC/fabric/blob/12865e786ce2102d344304a679b70084be84d166/fabric-command-api-v1/src/main/java/net/fabricmc/fabric/mixin/command/CommandManagerMixin.java