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 <dream-master@gmx.net>
  • Loading branch information
serenibyss and Dream-Master authored Dec 27, 2024
1 parent a29918c commit 5437a0d
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 5437a0d

Please sign in to comment.