actually fixes

This commit is contained in:
PrototypeTrousers
2022-04-04 08:25:11 -03:00
parent 0e8f7c9d03
commit a4f50ea9ef
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ aebuild=7
aegroup=appeng
aebasename=appliedenergistics2
extended=extended_life
extendedversion=v51i
extendedversion=v51j
#########################################################
# Versions #
#########################################################
@@ -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 );
}
}
}