Calling hook OnMaxStackable resulted in a conflict
I keep getting this message on my server

01/07 09:30:46 |
Calling hook OnMaxStackable resulted in a conflict between the following plugins: StackSizeController - 4000 (Int32), ChestStacks (16000 (Int32))

Did not before.

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

 

Calling hook OnMaxStackable resulted in a conflict between the following plugins: ChestStacks - 4000 (Int32), StackSizeController (2000 (Int32))

spamming on console
I use the chest stacks plugin for multiple the tool cupboard x2

https://umod.org/plugins/chest-stacks

Then remove chest stacks

chest stacks work fine when I use stack size controller older versions
any way to make it work now too?