Fixed OpenComputer dependency
This commit is contained in:
parent
123e5112bc
commit
68d3fac0a8
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ public abstract class WarpInterfacedTE extends WarpTE implements IPeripheral, En
|
|||
}
|
||||
|
||||
// Dirty cheap conversion methods
|
||||
@Optional.Method(modid = "OpenComputers")
|
||||
protected Object[] argumentsOCtoCC(Arguments args) {
|
||||
Object[] arguments = new Object[args.count()];
|
||||
int index = 0;
|
||||
|
|
Loading…
Reference in a new issue