MalisisDoors

MalisisDoors

48M Downloads

A critical problem occurred registering the ASM transformer class

Tsyklop opened this issue ยท 6 comments

commented

error in the log file:
http://pastebin.com/ZrrP8ntw

malisiscore-1.7.10-0.14.0 malisisdoors-1.7.10-1.13.0

commented

It should be an issue with cofhcore.

commented

@liach Set in an error malisiscore.

commented

Your main ASM class needs this annotation on it: @IFMLLoadingPlugin.TransformerExclusions({ "net.malisis.core.asm." })

commented

Ah, your ASM transformers aren't in a package covered by that, but extend classes that are.

commented

Except, it's actually not really needed.
It's only because of some CoFH weird stuff they're doing :
https://github.com/CoFH/CoFHCore/blob/master/src/main/java/cofh/asm/CoFHAccessTransformer.java#L79-L101