promotional bannermobile promotional banner

Better Stacking

With this mod, you can adjust the inventory flow to automatically route picked-up items or entire item stacks to existing stacks in the offhand or backpack.

File Details

BetterStacking-1.1.0.jar

  • R
  • Jan 23, 2026
  • 14.15 KB
  • 191
  • Early Access

File Name

BetterStacking-1.1.0.jar

Supported Versions

  • Early Access

Better Stacking 1.1.0

New Features

  • Add /stacking status command to show the current status of your stacking configuration
  • Create BetterStacking.json config file that can be used to adjust the global default settings for each player
    • Auto-generates a new folder [YourServer]/mods/org.senix_BetterStacking on first server start
    • Folder contains a BetterStacking.json that can be adjusted as needed
    • Example BetterStacking.json (default where both slots are enabled and in partial mode):
    {
      "DefaultPolicies": {
        "OFFHAND": {
          "Enabled": true,
          "PartialOnly": true
        },
        "BACKPACK": {
          "Enabled": true,
          "PartialOnly": true
        }
      }
    }
    

NOTE: When adjusting the BetterStacking.json config, changes are only applied to new players. If you want the changes to have an effect for all players, you will have to reset their player config (remove/adjust `[YourServer]/universe/players/<playerID>)

Additional Changes

  • Flatten group from org.senix.plugin to org.senix
  • Set default settings to:
    • OFFHAND: ON (Partial)
    • BACKPACK: ON (Partial)