promotional banner

ChestShare+

Fork of ChestShare (by Calamech) with modded-container support, async import, and bugfixes.
Back to Files

chestshare-plus-0.3.2.jar

File namechestshare-plus-0.3.2.jar
Uploader
PsycloneTMPsycloneTM
Uploaded
Sep 19, 2026
Downloads
16
Size
5.4 MB
Mod Loaders
Fabric
File ID
8916976
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:chestshare-plus-1694851:8916976"

Learn more about Curse Maven

What's new

Structure containers that already existed before ChestShare+ was installed — including ones that were already looted — can now be brought under per-player loot, both automatically and on demand.

Added

  • Structure fingerprint registry. At server start, ChestShare+ scans every registered structure template (vanilla, datapack, and mod-provided .nbt files) and records the storage blocks baked into them, including Sophisticated Storage / CobbleFurnies containers and anything carrying a baked loot table (vanilla chests/barrels, Cobblemon's gilded chest, etc.).
  • Automatic sharing for structure containers that predate the mod. A Sophisticated Storage or CobbleFurnies container from a registered structure template is now shared as soon as its chunk loads, even on a chunk generated before the mod was installed — as long as its current contents exactly match a known template container and it sits inside that structure's bounding box.
  • /chestshare adopt-structure <pos> — adopts every storage container in the structure at <pos> and restores each one's original loot from the template, regardless of its current contents. Covers both baked-item containers and loot-table containers, is safe to re-run, and reports a clear summary of what happened.
  • /chestshare toggle restore-empty-structures [true|false] — optional, off by default. When enabled, an empty container sitting at a known structure storage position is automatically refilled and made a shared container the next time its chunk loads — including an already-explored chunk being revisited, without needing adopt-structure run by hand. Persists across restarts once set.