level emitter changes

This commit is contained in:
Salomão
2021-05-13 19:32:03 -03:00
parent 39038ac935
commit 9d6026635d
3 changed files with 65 additions and 27 deletions
@@ -406,7 +406,7 @@ class ItemHandlerAdapter implements IMEInventory<IAEItemStack>, IBaseMonitor<IAE
if( oldAeIS != null )
{
oldAeIS.setStackSize( -oldAeIS.getStackSize() );
changes.add( oldAeIS );
changes.add( oldAeIS.copy() );
}
// Notify the network about the new stack. Note that this is null if newIS was null