Hello,
This mod works fine but there is a conflict with this setting:
"assets/content/structures/excavator/prefabs/excavator_output_pile.prefab": 5.0,
I currently have stack size controller at 2x across the board. I am trying to make it so the excavator can stack 10k resources. Then players can pull out of the excavator resource pile in stacks of 2k in their inventory. This will allow players to let the excavator run longer without having to bank so much. Currently when I set the excavator_output_pile.prefab": 5.0, to this I am getting this error in my console:
Calling hook OnMaxStackable resulted in a conflict between the following plugins: StackSizeController - 2000 (Int32), ChestStacks (10000 (Int32))
Is there any way I can use these 2 mods together so the excavator collection box has a stack limit of 10k? Please let me know.
Thank you