Flux Networks

Flux Networks

55M Downloads

[1.19.2] Issue With Priorities

Sandriell opened this issue ยท 1 comments

commented

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.

commented

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.