invalidate cached itemstack if its gonna be used in a real insertion

This commit is contained in:
PrototypeTrousers
2022-03-12 11:03:04 -03:00
parent 6d151bb890
commit cfa9fa2843
4 changed files with 8 additions and 6 deletions
@@ -285,6 +285,7 @@ public final class AEItemStack extends AEStack<IAEItemStack> implements IAEItemS
if( this.cachedItemStack != null )
{
currentCached = this.cachedItemStack;
this.cachedItemStack = null;
}
ItemStack itemStack;