Disenchantment Mycelial Generator Item Output Throttle #1134
bcrotty
started this conversation in
Completed/Done
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would love to see the Disenchantment Mycelial Generator only push out items when they're no longer enchanted. I'm trying to automate it, but the best I can do with the current implementation is to have the items set to pull out every X seconds (using a Mekanism Diversion Transporter). That work decently well, but because the processing time changes based on the number of enchantments, it's pretty inefficient sometimes.
I could send output to an enchantment sorter and pipe it back in, but that could easily break where there are no free input slots in both the sorter and the generator.
If the generator only pushed out items when they were fully disenchanted, I could just set the output to go to a trash can.
Beta Was this translation helpful? Give feedback.
All reactions