Mineuniverse
Log in Register
Mods

Dumpy

Provides command based developer tools to dump a runtime .json of almost any parameter you can think of.
by ReveredShadow
Download Claim this project
75 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Server Utility Utility & QoL

Dumpy is a developer only mod for dumping resolved, in-game data at runtime.


What it does:

Dumpy answers: “What does the game think is true right now?” after datapacks, configs, and reloads have applied. It’s built for debugging, balancing, validation, and pack development.

Features:

  • Rich runtime dump commands (registries, recipes, tags, loot, worldgen, config/state, players)
  • Output formats: JSONMarkdownCSV
  • Filtering for most dumps (--namespace--contains--type, etc.)
  • Optional diff tracking to compare dumps over time
  • Exports .json to worldsave folder, specifically: <world>/avalorn_dumps/<category>_<timestamp>.<format>

    Registry dumps 

    /dump registries              # Summary of all registries
    /dump blocks|items|fluids     # Specific registry contents
    /dump entities|blockentities  # Entity and block entity types
    /dump menus|sounds|particles  # UI, audio, visual registries
    /dump enchantments|effects|potions|attributes

Data-driven dumps

/dump recipes                 # All recipes
/dump recipes produces <item> # Recipes that output specific item
/dump recipes uses <item>     # Recipes that use specific item
/dump tags                    # All tags
/dump tags reverse [item]     # Show what tags an item belongs to
/dump tags contents <tag>     # Resolved tag contents
/dump loot                    # Loot tables
/dump loot resolve <table>    # Full loot table definition
/dump advancements            # Advancements with requirements


Worldgen dumps

/dump biomes                  # Biome registry with spawn info
/dump dimensions              # Loaded dimensions
/dump spawns                  # Spawn rules per biome
/dump features                # Placed features
/dump structures              # Structures and structure sets

 

Config / state dumps

/dump config                  # Server configuration snapshot
/dump gamerules               # All gamerules with values
/dump datapacks               # Enabled datapacks in load order
/dump datapacks overrides <resource>  # Which pack affects a resource
/dump mods                    # Loaded mods with versions
/dump commands                # Registered commands

 

Player dumps

/dump player                  # Your own player state
/dump player <name>           # Specific player's state

 

Diff tracking

/dump diff enable             # Enable tracking for comparisons
/dump diff disable            # Disable tracking
/dump diff clear              # Clear history
/dump diff                    # Show tracked categories

 

Examples

/dump items filter --namespace minecraft --contains stone
/dump recipes filter --type ShapedRecipe --output iron_ingot
/dump spawns filter --contains zombie --format csv
/dump tags filter --namespace forge

 

Permissions

By default, DumPy requires OP-level permissions (permission level 2) to run dump commands.

Installation

  • Install like any other NeoForge mod.
  • Drop the jar into your instance’s mods folder.
  • Launch, then use /dump help in-game.

License

MIT License.

 

 

 

 

 

 

 

 

Dumpy 1.21.1.100
MC Client, 1.21.1, NeoForge, Server
Beta 2026-01-26 Get

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998