account for interfaces priority affecting which items are extractable
This commit is contained in:
@@ -234,6 +234,11 @@ public class CraftingTreeNode
|
||||
this.what.setStackSize( l );
|
||||
final IAEItemStack available = subInv.extractItems( this.what, Actionable.MODULATE, src );
|
||||
|
||||
for( IAEItemStack i : pro.getReturnedContainers() )
|
||||
{
|
||||
inv.injectItems( i, Actionable.MODULATE, src );
|
||||
}
|
||||
|
||||
if( available != null )
|
||||
{
|
||||
if( !subInv.commit( src ) )
|
||||
|
||||
Reference in New Issue
Block a user