promotional bannermobile promotional banner

Rummage

Rummage overhauls the interaction logic between players and loot containers, requiring players to search the items inside before they can take them out.

File Details

Rummage-1.20.1-forge-1.1.0.jar

  • R
  • Mar 9, 2026
  • 941.61 KB
  • 541
  • 1.20.1
  • Forge

File Name

Rummage-1.20.1-forge-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:rummage-1477641:7734170")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

feat: improve chain rummaging visuals, add attribute control & creative mode bypass

- [Visuals] Added smooth sine-wave flash highlight (breathing effect) for chained slots. Accurately separated main rummage slot from chained slots on the client side.
- [Attributes] Registered new player attributes: `can_chain_rummage`, `silent_rummage`, `min_rummage_rarity`, and `destroy_chance`. Removed unnecessary client syncing for server-side logic.
- [Fix] Implemented `PlayerEvent.Clone` listener to persist custom rummage attributes across player death and dimension changes.
- [Commands] Expanded `/rummage player` command tree to support getting and setting all rummage-related attributes independently.
- [Config] Added `creative_rummage` to bypass rummaging in Creative Mode. 
- [Config] Formatted `CommonConfig` comments and added notes regarding individual player attribute overrides.
- [Lang] Updated `en_us` and `zh_cn` localization files for new attributes and command feedback messages.