Fixes #1384 - implement AdvancedShaftPowerReceiver for RotaryCraft powersink

This commit is contained in:
Jeremiah Winsley
2015-05-11 19:54:52 -04:00
parent 682c674696
commit 020740bf43
2 changed files with 56 additions and 38 deletions
@@ -28,7 +28,8 @@ public class RotaryCraft extends BaseModule
public RotaryCraft()
{
this.testClassExistence( Reika.RotaryCraft.API.Power.ShaftPowerReceiver.class );
this.testClassExistence( Reika.RotaryCraft.API.Power.AdvancedShaftPowerReceiver.class );
this.testClassExistence( Reika.RotaryCraft.API.Interfaces.Transducerable.class );
}
@Override