Fixes #1384 - implement AdvancedShaftPowerReceiver for RotaryCraft powersink

This commit is contained in:
Jeremiah Winsley
2015-05-11 19:54:52 -04:00
committed by thatsIch
parent 064acc21ee
commit e8a68cc531
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