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

Use StackSizeController 2.0.4 or uninstall ChestStacks.

plugin is dead - no longer works with new version of Stack Size Controller

What do you mean by "plugin is dead"? It works exactly as expected. Use older Stack Size Controller to avoid conflicts.

Just comment this on stacksize controller 

// int OnMaxStackable(Item item)
// {
// if (_vanillaDefaults == null)
// {
// return item.info.stackable;
// }

// return GetStackSize(item.info);
// }

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

Merged post

Is there another mod to use to increase TC stack sizes?

Merged post

how do I download StackSizeController 2.0.4?

Merged post

I switched from stack size controller to stack modifier mod and the issue is resolved. Stack size controller isn't compatible with chest stack mod.

@4weed2weed0, to download old version of any plugin, open plugin page, then open Updates tab and search for the version you want.

I resolved it, Thank you dude <3

Locked automatically