StackIncrease
Increases the max stack size (x10) and reduces the weight to 20% of stackable items (wood, stone, ore, arrows, food, etc.), both configurable. Equipment is untouched.Stack Increase
Carry more of everything, and carry it lighter. Increases the max stack size of stackable items (wood, stone, ore, arrows, food, etc.) and reduces their weight, both by a configurable amount. Weapons, armor and other one-at-a-time items are untouched.
Configuration
After the first run, edit BepInEx/config/toxo.stackincrease.cfg (or use a
config manager mod in-game):
StackMultiplier(integer, 1–1000, default 10) - multiplies every stackable item's original max stack size. E.g. wood (normally 50) becomes 500 with the default setting.WeightMultiplier(decimal, 0.01–2, default 0.2) - multiplies the same items' original weight. 0.2 means 20% of the original weight (80% lighter).
Requires a game restart to take effect, since the scaling happens once when the game builds its item database.
Installation
- Install BepInEx if you haven't already.
- Drop
StackIncrease.dllintoBepInEx/plugins/. - Start the game.
Compatibility
Client-side only mod that patches the item database at startup. Works in single player and multiplayer (each player needs it installed to get bigger stacks in their own inventory).


