Now deadlock-free!
Screenshot
We can use to our advantage the way inserters pick items up from the belt, first we need to set up the inserters to feed back to the same centrifuge. When the centrifuge consumes the items as it starts spinning the inserter tries to top it up and it will pick whatever it needs from the closest lane on the belt. In our case that is U-238 on the inner lane, letting any U-235 from the last cycle through. This can be more fine-tuned by overriding stack size on the inserter (not tested).The yellow belt slows the entire thing down and ensures that the loop won't get stuck as more U-238 is inserted on the belt.
Advantages:
- No circuits or wires whatsoever
- Very simple, you just create a loop and place centrifuges on the inside
- Easy to scale
- Can be extended with beacons pretty easily, as it is based on very simple principles
- No deadlocks once it's full
Disadvantages:
- Takes a long time before it produces U-235
Old design