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

Port over gt6 bridge/extenders #346

Merged
merged 3 commits into from
Dec 15, 2024

Conversation

MCTian-mi
Copy link
Collaborator

@MCTian-mi MCTian-mi commented Dec 3, 2024

Port over gt6 delegator: bridges & extenders. Both of them have four variants: inv, tank, invtank, and universal. As their names suggest, they allows automation of items, fluids, items and fluids, and for universal ones, energy as well. None of them, however, can attach to other delegators, avoiding potential recursive error.

Bridges

image
Bridges will allow pipes/cables from different diections to pass through each other in one block. This will be useful for compact logistic desgins.

Extenders

image
Extenders, however, is more complex. An extender has three kinds of faces: primary, secondary, and normal faces. All import/extract actions on the normal or secondary faces with be delegated to the machines/pipes adjacent to the primary face, and the actions on the primary face will be delegated to the secondary face (this is mostly used for machine auto output).

This PR also cleans up top integration, together with a small top integration for delegators, showing the delagated face.
Btw the available IDs finder now outputs all empty ids between 14500 and 15000.

Should test this on server / multiblocks.

@MCTian-mi MCTian-mi marked this pull request as draft December 3, 2024 16:31
@MCTian-mi MCTian-mi marked this pull request as ready for review December 4, 2024 04:05
@MCTian-mi MCTian-mi force-pushed the extenders-and-bridges branch from 16c5275 to 08b7ba8 Compare December 4, 2024 06:33
@bruberu bruberu merged commit 1d830e6 into SymmetricDevs:main Dec 15, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants