This mod allows tools to be stacked in your inventory. The configuration file is automatically created on first launch.
The configuration file is located at:
config/stackabletools.json
- Type: Integer
- Default:
8 - Range: 1-64
- Description: The maximum number of tools that can be stacked together.
- Type: Boolean
- Default:
false - Description: Enables debug logging for troubleshooting. When enabled, the mod will log detailed information about tool stacking operations.
{
"maxStackSize": 8,
"enableLogging": false
}- Launch Minecraft with the mod installed at least once to generate the default configuration file.
- Close Minecraft.
- Navigate to the
configfolder in your Minecraft directory. - Open
stackabletools.jsonwith a text editor. - Modify the values as desired:
- Change
maxStackSizeto control how many tools can stack (e.g.,16for larger stacks,4for smaller stacks) - Set
enableLoggingtotrueif you want to see debug messages in the logs
- Change
- Save the file.
- Launch Minecraft again.
- If
maxStackSizeis set to an invalid value (less than 1 or greater than 64), it will automatically reset to the default value of 8. - Changes to the configuration file require a game restart to take effect.
- When tools are used and damaged, they are automatically separated from the stack, and the intact tools are returned to your inventory.