fix gate dupe bug again, the previous revert fixes #2351
This commit is contained in:
parent
bb9a62bcc2
commit
5befa8537b
1 changed files with 0 additions and 6 deletions
|
@ -433,12 +433,6 @@ public abstract class Pipe<T extends PipeTransport> implements IDropControlInven
|
|||
}
|
||||
}
|
||||
|
||||
for (Gate gate : gates) {
|
||||
if (gate != null) {
|
||||
result.add(gate.getGateItem());
|
||||
}
|
||||
}
|
||||
|
||||
for (ForgeDirection direction : ForgeDirection.VALID_DIRECTIONS) {
|
||||
if (container.hasPipePluggable(direction)) {
|
||||
for (ItemStack stack : container.getPipePluggable(direction).getDropItems(container)) {
|
||||
|
|
Loading…
Reference in a new issue