explaingit

ccharon/sdwquantumchests

Analysis updated 2026-05-18

0C#Audience · generalComplexity · 2/5Setup · easy

TLDR

A Stardew Valley SMAPI mod that adds chests crafted in entangled pairs sharing one inventory no matter where each half is placed.

Mindmap

mindmap
  root((SDWQuantumChests))
    What it does
      Entangled chest pairs
      Shared inventory
      Color-coded pairs
    Tech stack
      C#
      SMAPI
      Harmony
    Use cases
      Cross-farm storage
      Big Quantum Chest
      Organize by color
    Audience
      Stardew Valley players
      Mod users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Store and retrieve items from one chest that instantly appear in its paired chest elsewhere on the farm.

USE CASE 2

Build a large-capacity shared storage link between the farmhouse, barn, and mines.

USE CASE 3

Color-code linked chest pairs to organize storage without needing to place them side by side.

What is it built with?

C#SMAPIHarmony

How does it compare?

ccharon/sdwquantumchestsanulman/docx-saxatrblizzard/vtmb-sbox-mounter
Stars000
LanguageC#C#C#
Setup difficultyeasymoderatemoderate
Complexity2/54/53/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires SMAPI installed first, then dropping the built mod folder into the game's Mods folder.

In plain English

Quantum Chests is a mod for Stardew Valley, made for version 1.6 of the game and installed through the SMAPI modding tool, that adds a new kind of storage chest. These chests are always crafted two at a time, and both chests in that pair share exactly one inventory no matter where you place them, whether they end up on opposite sides of your farm or one is left in the mines. Every time you craft one, you get both halves of the pair at once, permanently linked to each other. Drop an item into either chest and it appears instantly in its partner too, regardless of the distance between them. There are two sizes available: a standard Quantum Chest with normal storage space, and a Big Quantum Chest that holds 70 slots, matching the game's existing Big Chest. Each pair is automatically given a random color from the game's normal chest color options the moment it is crafted, so you can tell different pairs apart even before you place them, and repainting one chest with the paint can tool repaints its partner to match. Visually the chests use the same artwork as ordinary chests and big chests, so the only thing that sets a linked pair apart is its shared color. There is one notable risk built into how the mod works. Simply picking a chest up and moving it behaves exactly like a normal chest. But if one chest of a pair is genuinely destroyed rather than just picked up, its entangled partner disappears too, taking whatever was stored inside with it. The author notes that regular chests already can't be destroyed by bombs or broken with tools, so this situation should be rare, but the mod is built so no orphaned half is ever left behind if it happens. Both chest recipes unlock automatically as soon as you load a save, without needing to reach a particular skill level or complete a quest, though each one costs iridium bars, battery packs, and existing chests to craft. Installing it means installing SMAPI first, then placing the mod's folder into the game's Mods folder. The author notes it should be safe to use alongside other mods, since the underlying code changes are scoped tightly to just this mod's own two new item types.

Copy-paste prompts

Prompt 1
Walk me through installing this mod with SMAPI and building it from source.
Prompt 2
Explain what happens if one chest in an entangled pair is destroyed.
Prompt 3
What ingredients do I need to craft a Quantum Chest versus a Big Quantum Chest?
Prompt 4
Is this mod safe to use alongside my other Stardew Valley mods?

Frequently asked questions

What is sdwquantumchests?

A Stardew Valley SMAPI mod that adds chests crafted in entangled pairs sharing one inventory no matter where each half is placed.

What language is sdwquantumchests written in?

Mainly C#. The stack also includes C#, SMAPI, Harmony.

How hard is sdwquantumchests to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is sdwquantumchests for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.