this post was submitted on 19 Nov 2024
20 points (100.0% liked)
Factorio
1023 readers
38 users here now
A Lemmy community for the game Factorio made by Wube Software.
Rules
- Be a good person
- Content must relate to Factorio
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here is a version which is much friendlier to UPS, using a train instead of a belt
https://factoriobin.com/post/6k030c
This version will fill up the train car first, then when the output chest can't be fully emptied into the train car, it will start recycling items in the train. Not as high a duty cycle as the first design, but much more compact, and MUCH MUCH easier on the game engine... i got a huge performance boost after switching over all my recyclers to trains (not as much state needs to be tracked on belts)
Because we cant read the contents of a freight wagon without the engine at a stop, we have to use a chest we can read the contents of to do our sorting, hence the chest on the output of the recyclers that then feeds into the train.
To prioritize recycling from the train, the inserters feeding from the input belts are disabled if the output chest has any items (i.e. the train car is full)