Is it safe to remove all the ASM related code?
pczmr8v5n454iycf opened this issue ยท 1 comments
I am trying to port this plugin to a java implementation that does not support ASM, so I need to remove all the code related to ASM.
I found these two places using ASM using github search:
TileEntityAccessor
I think it is safe to remove findMethodsUsingASM() and use findMethodUsingCGLib() instead.
StructureCache
Not to compile the structure modifier seems to be safe, but I'm not sure