Mark Dirty for Assembler Actions.
This commit is contained in:
parent
de3db058c9
commit
44f86fefa0
1 changed files with 6 additions and 0 deletions
|
@ -385,6 +385,11 @@ public class TileMolecularAssembler extends AENetworkInvTile implements IAEAppEn
|
||||||
if ( inv.getStackInSlot( 9 ) != null )
|
if ( inv.getStackInSlot( 9 ) != null )
|
||||||
{
|
{
|
||||||
pushOut( inv.getStackInSlot( 9 ) );
|
pushOut( inv.getStackInSlot( 9 ) );
|
||||||
|
|
||||||
|
// did it eject?
|
||||||
|
if ( inv.getStackInSlot( 9 ) == null )
|
||||||
|
markDirty();
|
||||||
|
|
||||||
ejectHeldItems();
|
ejectHeldItems();
|
||||||
updateSleepyness();
|
updateSleepyness();
|
||||||
progress = 0;
|
progress = 0;
|
||||||
|
@ -463,6 +468,7 @@ public class TileMolecularAssembler extends AENetworkInvTile implements IAEAppEn
|
||||||
// ;P
|
// ;P
|
||||||
}
|
}
|
||||||
|
|
||||||
|
markDirty();
|
||||||
updateSleepyness();
|
updateSleepyness();
|
||||||
return isAwake ? TickRateModulation.IDLE : TickRateModulation.SLEEP;
|
return isAwake ? TickRateModulation.IDLE : TickRateModulation.SLEEP;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue