why are they all set to 1? what are vanilla stack sizes per recycle? Cant find a list anywhere.
"maxItemsPerRecycle": 1,Solved
In vanilla Rust, the max items you can recycle at once is 10% of the max stack size of that item.
I suggest trying out the 2.0 beta which clarifies that behavior better in the config, and allows you to set it as a percentage of max stack size (e.g., to 100%) rather than a flat number.
That's much easier thank you!WhiteThunder
In vanilla Rust, the max items you can recycle at once is 10% of the max stack size of that item.
I suggest trying out the 2.0 beta which clarifies that behavior better in the config, and allows you to set it as a percentage of max stack size (e.g., to 100%) rather than a flat number.
Locked automatically