Merge pull request #1117 from thatsIch/b-1115-crash-without-rotarycraft

Fixes #1115 Does not crash anymore without RotaryCraft
This commit is contained in:
thatsIch 2015-03-28 19:15:33 +01:00
commit 07084939a0

View file

@ -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
{