Stackable Armor and Tools

A mod that allows clean, unused armor, weapons, and tools to stack up to 16.

File Details

stackablearmorandtools-forge-1.20.1-1.0.0.jar

  • R
  • Jul 2, 2026
  • 24.62 KB
  • 21
  • 1.20.1
  • Forge

File Name

stackablearmorandtools-forge-1.20.1-1.0.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:stackable-armor-and-tools-1595336:8357138")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added stack support for clean vanilla armor, swords, pickaxes, axes, shovels, and hoes. Clean supported gear can now stack up to 16 in inventories. Added server-safe stacking rules for armor and tools. Added support for armor detection through ArmorItem. Added vanilla tool and weapon class detection for swords, pickaxes, axes, shovels, and hoes. Added item entity merge handling so supported gear can stack properly when dropped. Added inventory, slot, and container handling so stacks behave correctly in menus. Added creative inventory handling for supported stacked gear. Added config support for stack behavior. Added optional debug logging support. Changed Supported gear only stacks when it is clean and safe to stack. Gear must have Damage: 0. Gear must have no special Forge capability data. Debug logging is disabled by default in both source config and dev config. Fixed Fixed armor and tools not respecting custom stack limits in player inventories. Fixed stacked gear behavior across slots, menus, item entities, and creative inventory. Fixed unsafe stacking cases by blocking damaged or modified gear from stacking