delay container item return when simulating crafting tree
This commit is contained in:
@@ -199,6 +199,11 @@ public class CraftingTreeNode
|
||||
|
||||
final IAEItemStack available = inv.extractItems( madeWhat, Actionable.MODULATE, src );
|
||||
|
||||
for( IAEItemStack i : pro.getReturnedContainers() )
|
||||
{
|
||||
inv.injectItems( i, Actionable.MODULATE, src );
|
||||
}
|
||||
|
||||
if( available != null )
|
||||
{
|
||||
this.bytes += available.getStackSize();
|
||||
|
||||
Reference in New Issue
Block a user