Shared Lootr

Quick rating

Community listing page, reviews here may not be monitored by the author.

Shared Lootr

No reviews yet

Play Lootr, but share the loot.

Mod Loaders
Minecraft
26.2

About

Description

I like the improvements Lootr brings to loot chests:

  • Distinct appearances for loot chests and ordinary chests
  • Visual markers showing whether a loot chest has been opened
  • Statistics tracking how many loot containers have been opened
  • Unique trophies, and more

The one feature I don't like is each player having their own loot container. To me, sharing or competing for loot is a big part of the fun of adventuring in Minecraft. That's why I made this mod for my own private modpack.

Requirements

Install the following mods as dependencies:

  • Lootr
  • RinLib

How it works

When Lootr reads or creates a container's inventory, Shared Lootr replaces the player's UUID used as the inventory owner with a fixed UUID: 00000000-0000-0000-0000-000000000001 (new UUID(0L, 1L) in the code). This makes every player access the same inventory within that container.

One Lootr chest. One shared inventory for the whole team.

Lootr normally gives each player a separate inventory when they open the same container. Shared Lootr changes that rule: every player now interacts with the same server-owned inventory for that Lootr container.

What changes in game

  • Everyone sees and takes items from the same container inventory.
  • When one player removes an item, it is gone for everyone.
  • The container's opened appearance and information overlays follow that shared state.
  • Existing legacy per-player keys are left untouched but ignored; inventories are not merged or silently migrated.

This is intended for cooperative servers and modpacks that want Lootr containers to behave as team-shared loot instead of one reward per player.

Requirements

Install the matching versions of:

  • Lootr
  • RinLib
  • Shared Lootr for your Minecraft version and loader

Do not mix files built for different Minecraft versions or loaders. Use the dependency information attached to each download.

Published compatibility

The current release covers 56 published Minecraft/loader combinations, from Minecraft 1.12.2 Forge through the current Fabric and NeoForge lines. The Files tab is the source of truth for the exact file matching your instance.

Supported families include:

  • Forge: 1.12.2, 1.16.5, 1.17.1, 1.18–1.20.1
  • Fabric: 1.18 through current supported releases, including the listed snapshot build
  • NeoForge: 1.20.4 through current supported releases

Known upstream gaps

No Shared Lootr file is published for these combinations because the corresponding locked Lootr build fails before Shared Lootr can load:

  • Minecraft 1.16.4 Forge
  • Minecraft 1.19.3 Forge
  • Minecraft 1.19.4 Forge
  • Minecraft 1.20.2 Forge

These gaps are not presented as supported versions.

Reporting a problem

When reporting an issue, include:

  • Minecraft version
  • Loader and loader version
  • Shared Lootr, Lootr, and RinLib versions
  • Whether the issue occurs with a newly placed Lootr container
  • A minimal reproduction without unrelated mods when possible

Source and issue tracker: https://github.com/rinchan-hoshino/shared-lootr

Screenshots

One Lootr chest, one shared inventory

TeamMate holding the four diamonds taken from the shared Lootr chest

TeamMate has taken the four diamonds from the Lootr chest through the normal chest menu.

TeamLead opening the same Lootr chest with the original diamond slot now empty

When TeamLead opens the same chest, the original diamond slot is empty while the other items remain. Both players resolve to the same shared inventory state.