I can't seem to get this to work for me and I'm wondering what I'm missing/doing wrong. Here's an example using stone:
- I want to increase the amount of stone you can carry in your inventory to 5000
- I want to set the max stone you can stack in the TC to 2500
I've updated StackModifier to 5000 and that works just fine however if I set StackItemStorage for the TC to 2500 ... it still stacks to 5000. If I then leave the StackItemStorage config alone, but revert back to defaults for StackModifier then the TC correctly limits to 2500.
StackModifier is overriding StackItemStorage. Any suggestions/tips on what if anything I'm missing/doing wrong?