Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

power monitor instability fix #654

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 16, 2024

  1. Fixed power monitor instability where it was switching between having…

    … and not having network infotext. Resolves minetest-mods#640. The cause of the issue was that the power monitor is LV MV and HV machine at the same time, and each tier has a countdown. If any of these countdowns were 0 it treated the machine as having no network. This was changed so that it only treats a machine as having no network if it is timed out in all tiers that it is a part of.
    SomeName42 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    34b6fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415c330 View commit details
    Browse the repository at this point in the history
  3. Removed unneccesary nodedef checks.

    SomeName42 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    a8bf56d View commit details
    Browse the repository at this point in the history