item cost review

This commit is contained in:
PrototypeTrousers
2021-11-29 00:51:39 -03:00
parent 685bf7c6d2
commit 7dbea08961
3 changed files with 2 additions and 3 deletions
@@ -238,7 +238,7 @@ public class CraftingTreeNode
if( available != null )
{
//this.bytes += available.getStackSize();
this.bytes += available.getStackSize();
l -= available.getStackSize();
if( l <= 0 )
@@ -240,7 +240,6 @@ public class CraftingTreeProcess
final IAEItemStack o = out.copy();
o.setStackSize( o.getStackSize() * i );
inv.injectItems( o, Actionable.MODULATE, src );
this.bytes += o.getStackSize();
}
this.crafts += i;
}