Skip to content

Commit

Permalink
Fix formation plane voiding items rarely (#628)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Robertz <[email protected]>
(cherry picked from commit 5437a0d)
  • Loading branch information
serenibyss authored and Dream-Master committed Dec 28, 2024
1 parent 9955448 commit a39e4c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/appeng/parts/automation/PartFormationPlane.java
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ public IAEItemStack injectItems(final IAEItemStack input, final Actionable type,
side.offsetY,
side.offsetZ);
maxStorage -= is.stackSize;
} else {
worked = false;
}
}
} else {
Expand Down

0 comments on commit a39e4c1

Please sign in to comment.