Merge pull request #1117 from thatsIch/b-1115-crash-without-rotarycraft
Fixes #1115 Does not crash anymore without RotaryCraft
This commit is contained in:
commit
07084939a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue