Crafting Machine Link API, and Export bus crafting implementation.

This commit is contained in:
AlgorithmX2
2014-07-04 01:19:35 -05:00
parent eb691e1802
commit 0a470eefc2
9 changed files with 683 additions and 22 deletions
@@ -162,7 +162,7 @@ public class ContainerCraftConfirm extends AEBaseContainer
if ( result != null && simulation == false )
{
ICraftingGrid cc = getGrid().getCache( ICraftingGrid.class );
cc.submitJob( result, null, getActionSrc() );
cc.submitJob( result, null, null, getActionSrc() );
this.isContainerValid = false;
}
}