This commit is contained in:
PrototypeTrousers
2022-03-11 22:04:58 -03:00
parent f824bfd2e1
commit 3305270a71
5 changed files with 172 additions and 199 deletions
@@ -299,6 +299,7 @@ public final class AEItemStack extends AEStack<IAEItemStack> implements IAEItemS
{
// We need a new stack :-(
itemStack = this.createItemStack();
itemStack.setCount( Ints.saturatedCast( stackSize ) );
}
return itemStack;
}