Closed LucasIsRed closed 1 week ago
If possible, please make other ports for other multiblocks round-robin as well.
Uhh, the ports on a reactor already distribute evenly between destinations. I am guessing it only sends to one boiler because they cache the output capability, and I am guessing however entangled works it is only exposing a singular capability?
I am guessing if you used two separate fission ports, and put an entangled boiler input port (one for each boiler) in front of the different fission ports, then it might work as expected?
Uhh, the ports on a reactor already distribute evenly between destinations. I am guessing it only sends to one boiler because they cache the output capability, and I am guessing however entangled works it is only exposing a singular capability?
I am guessing if you used two separate fission ports, and put an entangled boiler input port (one for each boiler) in front of the different fission ports, then it might work as expected?
I tried using 2 ports for each boiler, didn't work.
What version of MC are you on?
What version of MC are you on?
1.20.1
Ah, that would be why. It wasn't until 1.20.4 that we made that change https://github.com/mekanism/Mekanism/commit/16b356547c1305c0668ee3e7cd5d1512dfb3b377
Going to close this as it has been implemented in newer versions
Describe the feature you'd like
Please make Fission Reactor Ports Round-Robin.
Describe alternatives you've considered
The only alternative would be to move the boilers right next to the fission reactor.
Additional context
I have one sodium-cooled fission reactor with two boilers using the Entangled mod to have the ports next to each other. Even though the same Output Coolant port is on both boilers, it only sends the Heated Sodium to 1 Boiler. SuperMartijn642/Entangled#96