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

Limit Jar network to pairs only #29

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

Commits on Jun 19, 2024

  1. Limit Jar network to pairs only

    Refactor Mirrored Jars to only trade in pairs, massively enhancing performance.
    Also fixes Jar labels being lost on placement
    DrParadox7 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fb5bf61 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Better Pairing & Overcapacity Checks

    Pairing of jars always results into a new network, regardless of existing connections either jar had.
    
    Networks in overcapacity will simply disconnect jars past the last valid connection rather than all its jars.
    DrParadox7 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    575c603 View commit details
    Browse the repository at this point in the history