Sequenced assembly not working properly
DAmNslashA opened this issue ยท 1 comments
When automating kinetic mechanisms the assembly line frequently only puts one andesite alloy down.
This is especially frustrating, since it clogs the system with unfinished products
I'm not sure, but i think the problem happens because the recipe needs the same item twice in a row.
Modpack version: 1.1
After some testing, this seems to be a very specific scenario and is more an issue of Create itself.
It's reproducible with the following setup.
- use a long belt where planks are running on
- they are the ingredient for the sequenced assembly process
- place 3 deployers directly adjacent to eachother above the belt from the previous step
- place a saw into the third deployer
- feed the first two deployers with andesite alloys
If you use this setup and the first deployer runs out while a constant flow of planks enters the belt, the planks won't wait below the first deployers quite often. Therefor planks will only get one andesite alloy from the second deployer and the last deployer with the saw can't process them further.
Usually the planks should wait below a deployer without material but it doesn't seem to be the case in this specific scenario.
Edit:
This issue doesn't exist in Singleplayer. This seems to be a synchronization issue on a dedicated server although we constantly have 20 TPS.