Fixed Multi Recipe Bugs.

This commit is contained in:
AlgorithmX2
2014-07-17 22:03:42 -05:00
parent 4bc881e447
commit 502235dd42
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ public class CraftingTreeNode
{
while (pro.possible && l > 0)
{
MECraftingInventory subInv = new MECraftingInventory( inv );
MECraftingInventory subInv = new MECraftingInventory( inv, true, true, true );
pro.request( subInv, 1, src );
subInv.commit( src );