Fixes #1115 Does not crash anymore without RotaryCraft

This commit is contained in:
thatsIch
2015-03-28 19:14:34 +01:00
parent 92ae39a3ab
commit a7b0872697
@@ -29,7 +29,7 @@ import appeng.transformer.annotations.Integration.Interface;
import appeng.transformer.annotations.Integration.Method;
import appeng.util.Platform;
@Interface(iname = "RotaryCraft", iface = "Reika.RotaryCraft.API.ShaftPowerReceiver")
@Interface(iname = "RotaryCraft", iface = "Reika.RotaryCraft.API.Power.ShaftPowerReceiver")
public abstract class RotaryCraft extends IC2 implements ShaftPowerReceiver
{