Allow in game configuration of time importers/exporter sleep before checking unchanged targets again
IDontKnow11010111000 opened this issue · 2 comments
Issue type:
- ➕ Feature request
Short description:
A field in the configuration options, (wherever the priority is changeable), that allows you to change the "inventoryUnchangedTickTimeout = 1" for importers and exporters.
You can ignore this:
When setting up a system to automatically dipper blocks, in ftb ocean block, I had an importer, world block exporter, then a regular item exporter on a chest. What kept happening was all of the items would end up in the exporter's chest, even when I set up the import logic for importer to only import if there was space to place a block. Even with the priority of the exporter set to -20, (idk how exactly it works), and the block exporter left at 0, most of the time all of the items ended up in the exporter chest. After changing that value to 1 in the config, it seems to be working now. I could use two channels, but I dont know, feels like this could be useful elsewhere.