TelepathicGrunt / Blame

make crashlogs more detailed for certain crashes
GNU Lesser General Public License v3.0
11 stars 1 forks source link

[Blame 3.0.0 Fabric] Crashes with Mo Enchantments #35

Closed TelepathicGrunt closed 3 years ago

TelepathicGrunt commented 3 years ago

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

TelepathicGrunt commented 3 years ago

fixed in Blame 3.0.1