Added a unittest to verify the necessary string returns match the actual existing classes, in case something screws up the refactoring.
This commit is contained in:
@@ -64,7 +64,7 @@ public final class AppEngCore extends DummyModContainer implements IFMLLoadingPl
|
||||
@Override
|
||||
public String[] getASMTransformerClass()
|
||||
{
|
||||
return new String[] { "appeng.coremod.asm.ASMIntegration" };
|
||||
return new String[] { "appeng.coremod.transformer.ASMIntegration" };
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user