Applied-Energistics-2 icon indicating copy to clipboard operation
Applied-Energistics-2 copied to clipboard

Use a global tick counter to throttle repeated insertion attempts in annihilation planes

Open shartte opened this issue 3 years ago • 0 comments

Instead of relying on the plane ticking itself to reset a blocked flag, use a global tick counter to keep track of the last time an insertion was attempted to prevent repeated attempts per tick. This is more efficient than waking up the plane each time.

shartte avatar Dec 11 '21 20:12 shartte