promotional bannermobile promotional banner

Loot All

Looting made easy. Loot all nearby containers.

File Details

lootall-1.1.0.jar

  • R
  • Jun 7, 2026
  • 118.32 KB
  • 13
  • 1.20.1
  • Forge

File Name

lootall-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:loot-all-1565293:8208525")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Forge 1.20.1 v1.1.0


Item Filters Update.

 

New config category Item Filters in lootall-common.toml.

skipList - A list of items to never loot. Entries: minecraft:stick (item), #minecraft:stairs (item tag), @alexsmobs (whole mod)

skipArmorAndTools - Skip all armor, tools, and weapons.

skipNonStackable - Skip items that only stack to 1.

skipUnenchantedGear - Skip armor, tools, and weapons unless enchanted.

rarityFilterMode + rarityList:

ONLY: loot only listed tiers.
SKIP: loot all except listed.

Gear = class-based: ArmorItem, TieredItem, BowItem, TridentItem, ShearsItem, etc..

Rarity = name-match against stack.getRarity().name(), so vanilla COMMON/UNCOMMON/RARE/EPIC plus any modded tiers work.