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

Shareable Energy Hatches #13

Open
PikaProgram opened this issue Jun 10, 2024 · 0 comments
Open

Shareable Energy Hatches #13

PikaProgram opened this issue Jun 10, 2024 · 0 comments

Comments

@PikaProgram
Copy link

Make energy hatches are able to be shared between multiple controllers (multiblocks)

Implementation ideas

  1. Defaulted - Hatches still supplies the same amperage per block, with each controller taking the maximum amperage provided by the hatches

    • Accidental overclocks causing jams due to insufficient energy per controller.
    • Overall cursed.
  2. Divide Evenly - Energy is divided evenly to all controllers.

    • Repeating fractions sticks out as a potential problem (4 Amps divided by 3 controllers, etc.).
    • Multiple energy hatches with different voltages could also be a problem.
  3. Limit Controller Amperage / Overclock - A limit can be set for each controller in how many Amps can it takes, similar to singleblocks.

    • Complexity in actually implementing a changeable limit per controller.
    • Maximum Amps provided might not be equal to the sum of the limits, which can cause accidental overclocks and jams

Most of these ideas most likely have a lot more pros and cons, any suggestions on other ways of implementing this feature or on the mentioned ideas are greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant