Fixed Bug: #0613 - interface bug when crafting large quantities of items
This commit is contained in:
@@ -188,7 +188,9 @@ public class CraftingTreeNode
|
||||
{
|
||||
missing += l;
|
||||
bytes += l;
|
||||
return what;
|
||||
IAEItemStack rv = what.copy();
|
||||
rv.setStackSize( l );
|
||||
return rv;
|
||||
}
|
||||
|
||||
throw new CraftBranchFailure( what, l );
|
||||
|
||||
Reference in New Issue
Block a user