implemented validForPass on all inventory handlers; allowed crafting to skip second pass.
This commit is contained in:
@@ -305,4 +305,10 @@ public class WirelessTerminalGuiObject implements IPortableCell, IActionHost
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean validForPass(int i)
|
||||
{
|
||||
return itemStorage.validForPass( i );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user