parent
2bd1e96e11
commit
9d20450f81
1 changed files with 0 additions and 7 deletions
|
@ -501,13 +501,6 @@ public class TileGenericPipe extends TileEntity implements IPowerReceptor, ITank
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
for (int i = 0; i < tileBuffer.length; ++i)
|
||||
if (oldConnections[i] != pipeConnectionsBuffer[i]) {
|
||||
Position pos = new Position(xCoord, yCoord, zCoord, ForgeDirection.VALID_DIRECTIONS[i]);
|
||||
pos.moveForwards(1.0);
|
||||
scheduleRenderUpdate();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue