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

Relay #80

Closed
raoulvdberge opened this issue Dec 21, 2021 · 0 comments · Fixed by #523
Closed

Relay #80

raoulvdberge opened this issue Dec 21, 2021 · 0 comments · Fixed by #523
Labels
art-necessary enhancement New feature or request

Comments

@raoulvdberge
Copy link
Contributor

raoulvdberge commented Dec 21, 2021

The Relay "modifies" the input network (all sides except the direction side) and exposes a new network on the output side (the direction side).

The Relay can be set in pass-through mode (on by default). This will make the input network pass as-is to the output network, when redstone mode allows it. This is how the Relay behaves in RS 1.

New in RS 2: If redstone mode allows it, and pass-through mode is disabled, the Relay will start a new output network on the output side. By default, this network will do nothing, but you can choose to pass a few components from the input network to the output network:

  • Security rules
  • Energy
  • Storage resources (everything or specific resources) - also called subnetworking (see Subnetworks #108)
    • Access mode can be set
    • Priority can be set
    • Filter mode can be set (blocklist - allowlist)

Regarding art, new in RS 2: Since networks no longer have a fixed starting point, the Relay is now directional to signify which direction the network signal can be propagated.

@raoulvdberge raoulvdberge added the enhancement New feature or request label Dec 21, 2021
@raoulvdberge raoulvdberge moved this from Todo to In Progress in Refined Storage 2 Apr 4, 2024
raoulvdberge added a commit that referenced this issue Apr 5, 2024
refactor: allow multiple containers within a single container block entity
raoulvdberge added a commit that referenced this issue Apr 5, 2024
refactor: improve contract needed for energy network component
This was referenced May 5, 2024
raoulvdberge added a commit that referenced this issue May 18, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Refined Storage 2 May 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
art-necessary enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant