Fixes #1013 Energy acceptor can receive RotaryCraft Power again

This commit is contained in:
thatsIch
2015-03-26 20:28:34 +01:00
parent db7296c0a1
commit 22b965e15a
4 changed files with 8 additions and 26 deletions
@@ -18,15 +18,17 @@
package appeng.integration.modules;
import appeng.integration.BaseModule;
public class RotaryCraft extends BaseModule
{
public static RotaryCraft instance;
public RotaryCraft() {
this.testClassExistence( Reika.RotaryCraft.API.ShaftPowerReceiver.class );
public RotaryCraft()
{
this.testClassExistence( Reika.RotaryCraft.API.Power.ShaftPowerReceiver.class );
}
@Override
@@ -40,5 +42,4 @@ public class RotaryCraft extends BaseModule
{
}
}