Container Data Dumper

Quick rating

Container Data Dumper

No reviews yet

Copy container and inventory data as Data Components directly to your clipboard - works with any container block or entity in Minecraft 1.20-1.21+

Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Container Data Dumper

Environment Java 21 Modrinth

Download on Modrinth

Concept

This mod allows you to easily copy the contents of containers (like Chests, Barrels, Shulker Boxes, etc.) in the form of Data Components (SNBT) directly to your clipboard. It adds a convenient "Copy" button to the container UI, making it perfect for developers, technical players, or anyone who needs to extract inventory data.

The mod works with any block or entity that has a container inventory - including Chests, Barrels, Shulker Boxes, Hoppers, Furnaces, Brewing Stands, Chest Boats, Hopper Minecarts, and more.

Version Compatibility & Data Format

Supported Versions: Minecraft 1.20 - 1.21.11

⚠️ Important Note on Data Format

This mod always outputs item data using the Data Components format (introduced in Minecraft 1.20.5).

  • If you are playing on Minecraft 1.21+, this is the standard format.
  • If you are playing on Minecraft 1.20 - 1.20.4 (in which NBT is the standard format), the mod will still output Data Component format (it does NOT convert from the older NBT structure - it directly generates the modern format).

This ensures that the output is consistent and future-proof, regardless of which version you are currently using to capture the data.

Note on Slot Indices: This mod uses Storage/NBT indices (not GUI indices) for slot numbers. This is the correct format for use in commands, datapacks, and NBT data. For more information about the difference between GUI and Storage indices, see the Slot Index Documentation.

Output Example

Here is an example of what the copied data looks like (Data Components format):

[
  {
    "slot": 0,
    "item": {
      "id": "minecraft:netherite_sword",
      "count": 1,
      "components": {
        "minecraft:enchantments": {
          "minecraft:unbreaking": 3
        }
      }
    }
  },
  {
    "slot": 1,
    "item": {
      "id": "minecraft:netherite_chestplate",
      "count": 1,
      "components": {
        "minecraft:enchantments": {
          "minecraft:unbreaking": 3
        }
      }
    }
  },
  {
    "slot": 26,
    "item": {
      "id": "minecraft:jungle_log",
      "count": 1
    }
  }
]

Usage Tip for 1.20.5+

IMPORTANT: Due to chat character limitations, the data copied by this mod is often too long to be pasted directly into the chat window when used in commands.

You typically MUST use a Command Block to execute commands with this data.

Usage Example

To give yourself a chest containing the dumped data, use the following syntax in a command block:

/give @a chest[container=<PASTE_YOUR_COPIED_DATA_HERE>]

This images may also help:

grafik


grafik

This converts to:

[
  {
    "slot": 0,
    "item": {
      "id": "minecraft:netherite_sword",
      "count": 1,
      "components": {
        "minecraft:enchantments": {
          "minecraft:unbreaking": 3
        }
      }
    }
  },
  {
    "slot": 1,
    "item": {
      "id": "minecraft:netherite_chestplate",
      "count": 1,
      "components": {
        "minecraft:enchantments": {
          "minecraft:unbreaking": 3
        }
      }
    }
  },
  {
    "slot": 26,
    "item": {
      "id": "minecraft:jungle_log",
      "count": 64
    }
  }
]

Screenshots

Gallery

  • Copy button
    Copy button

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works