Skip to content

Shareable Energy Hatches #13

Description

@PikaProgram

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions