actually fixes
This commit is contained in:
@@ -128,7 +128,6 @@ public class CraftingTreeProcess
|
||||
}
|
||||
subs = subs.copy().setStackSize( requestAmount );
|
||||
this.nodes.put( new CraftingTreeNode( cc, job, subs, this, x, depth + 1 ), requestAmount );
|
||||
job.checkUse( subs );
|
||||
if( wantedSize == 0 )
|
||||
{
|
||||
break;
|
||||
@@ -160,7 +159,6 @@ public class CraftingTreeProcess
|
||||
}
|
||||
part = part.copy().setStackSize( requestAmount );
|
||||
this.nodes.put( new CraftingTreeNode( cc, job, part, this, x, depth + 1 ), requestAmount );
|
||||
job.checkUse( part );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user