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

[1.19.2] Issue With Priorities #525

Open
Sandriell opened this issue Oct 16, 2023 · 1 comment
Open

[1.19.2] Issue With Priorities #525

Sandriell opened this issue Oct 16, 2023 · 1 comment
Labels

Comments

@Sandriell
Copy link

Sandriell commented Oct 16, 2023

Describe the bug
I am either having an issue with priorities not working, or misunderstanding how it works.

I have two plugs feeding power into my network. Plug A is connected to a Powah solar array and Plug B is connected to a Powah reactor. Both plugs, on their own, can fully supply the network.

Plug A is set to a priority of 100.
Plug B is set to a priority of -100.

No matter the priority settings, both plugs supply ~50% of the power

If I break plug B, Plug A properly supplies all the needed power. Soon as I place Plug B back down, it goes back to 50%/50%.

To Reproduce
Steps to reproduce the behavior. (Must be detailed)

Expected behavior
Plug A, with the higher priority to supply 100% of the power until it cannot meet demand.

Screenshots
If applicable, add screenshots to help explain your problem.

@BloCamLimb
Copy link
Collaborator

BloCamLimb commented Apr 4, 2024

It all depends on how other mods are implemented.

For example, if your network requires 800FE/t, and Plug A has a higher priority than Plug B, other mods can provide 800FE to Plug A at once in a tick, then B will no longer receive energy in that tick. But some mods may not provide 800FE at once, but instead split into multiple times within a tick to provide a total of 800FE. This may result in priorities not working as expected.

I just misunderstood this issue. I will dig into this issue later.

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

No branches or pull requests

2 participants