restore 6.1.2 valve behaviour after getting feedback
This commit is contained in:
parent
6085945d9a
commit
44a0b1bf6f
1 changed files with 2 additions and 2 deletions
|
@ -298,10 +298,10 @@ public final class Gate implements IGate {
|
|||
int oldRedstoneOutput = redstoneOutput;
|
||||
redstoneOutput = 0;
|
||||
|
||||
for (ForgeDirection ioSide : ForgeDirection.VALID_DIRECTIONS) {
|
||||
/* for (ForgeDirection ioSide : ForgeDirection.VALID_DIRECTIONS) {
|
||||
pipe.transport.allowInput(ioSide, true);
|
||||
pipe.transport.allowOutput(ioSide, true);
|
||||
}
|
||||
} */
|
||||
|
||||
boolean wasActive = activeActions.size() > 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue