Hi,
we have found a weird behavior when recycle huge amount of items.
Since we put the scrap-multiplier to "4", we should gain "8000" scrap every time we recycle "100" techtrash.
That works fine for the first stack.
Input: 100 TechTrash
Output: 8000 scrap(as one stack), 100 HQM
If we put a second 100 TechTrash into the recycler without collecting the last output, he only gives:
Input: another 100 TechTrash
Output: 100 HQM, but only 1000 Scrap
So every further input results in a loss of 7000 Scrap.
We have a vanilla stacksize of 1000 for scrap, if that is relevant.
Maybe he updates the output list and deletes everything above the vanilla stacksize from slot 2 (8000->1000 scrap) ?
Our config:
{
"Lists": {
"Input Blacklist": [
"hemp.seed",
],
"Output Blacklist": [
"hemp.seed"
],
"Recycle Output Multipliers": {
"*": 1,
"metal.refined": 1,
"scrap": 4
}
},
"Settings": {
"Max Items Per Recycle": 10,
"Recycle Time": 0.5
}
} 
