item costs/ghost fixes

This commit is contained in:
PrototypeTrousers
2021-11-29 00:50:32 -03:00
parent c34176f392
commit 85dc8ae7c1
4 changed files with 4 additions and 3 deletions
@@ -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;
}