
Balanced Stack Sizes
The Balanced Stack Sizes mod provides the ability to configure the maximum number of items in a stack. By default, the mod does not make any changes - you need to configure the settings file for it to work.
With each version of the mod, a ready-made configuration file is available that changes stack sizes for various bulk items and items whose current stack size is considered too small. This configuration is designed to balance stack size increases, helping to solve the inventory space problem.
Configuration Settings
The mod's configuration file is located at balancedstacksizes.json5
.
The main parameter stackSizes
is a map where item identifiers or tags and their corresponding maximum stack sizes are specified (maximum value - 2,147,483,646).
Configuration example:
{
"stackSizes": {
"minecraft:dirt": 256,
"#minecraft:planks": 128,
"minecraft:waxed_exposed_cut_copper_stairs": 32
}
}
Entries located higher in the list take priority over lower ones.
Server configuration is automatically synchronized with clients when connecting to the server.
Items with durability can be made stackable, however using the stack will reduce the durability of all items in that stack.
The text size for stacks over 999 items will be reduced, but when exceeding 999,999, the text will still overflow beyond the slot.
Dependencies
The mod requires the owo lib library to function.