Mod
Data Miner
No reviews yet
Diagnostic mod for MC 26.1.2. Exports registries to JSON, monitors FPS/MSPT, tracks live events, measures latency (eating/breaking), profiles mod impact with per-mod analysis. All I/O async, always-on tracing, zero game-thread blocking.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Comprehensive diagnostic and profiling mod for Minecraft 26.1.2. Dumps every game registry to enriched JSON, monitors FPS/MSPT, traces live game events, measures action latency (eating, block breaking, slow ticks), profiles mod impact with per-mod analysis, and logs errors — all with zero game-thread blocking.
Features
- Registry Dumps — All BuiltInRegistries exported to JSON with detailed properties (hardness, food, sound, dimensions)
- Performance Monitor — FPS (min/max/avg) + MSPT via
/dataminer perf start/stop - Latency Analyzer — Automatically tracks eating time, block breaking time, and slow ticks (>50ms MSPT). Runs by default (
latencyAlwaysOn: true), no command needed - Mod-Aware Slow Ticks — Each slow tick includes entities_by_mod breakdown to identify which mod causes lag
- Full Mod Analysis —
startup/mod_analysis.jsonwith per-mod ID, version, registry counts, dependencies, and potential issues (missing deps, high entity counts) - Event Tracer — Live game events: player movement, block placement, damage, entity spawns/deaths, chunk loads
- Error Collection — All uncaught exceptions logged with full stack traces to
startup/errors/andevents/errors/ - Async I/O — All file operations run on background threads, zero game freezes
Commands
| Command | Description |
|---|---|
/dataminer dump |
Export all registries to JSON (background) |
/dataminer mods analyze |
Regenerate full mod analysis |
/dataminer perf start/stop |
Start/stop FPS + MSPT monitoring |
/dataminer events start/stop |
Start/stop live game event tracing |
/dataminer latency start/stop |
Start/stop latency measurement |
Output Structure
info_client_data_miner/ (or info_server_data_miner/)
├── startup/
│ ├── registries/ # All game registries in enriched JSON
│ ├── mods.json # Loaded mods with versions/deps
│ ├── mod_impact.json # Blocks/items/entities per namespace
│ ├── mod_analysis.json # Per-mod profile with potential issues
│ ├── info.json # MC version, Java, OS, RAM, locale
│ └── errors/ # Startup exceptions
├── performance/
│ ├── *.json # FPS/MSPT session reports
│ └── latency/
│ └── *.json # Eating/breaking/slow-tick reports with mod context
├── events/
│ ├── *.json # Live event traces
│ └── errors/ # Event handler exceptions
Configuration
Config file: config/dataminer-common.toml
Key Options
| Key | Default | Description |
|---|---|---|
latencyAlwaysOn |
true |
Run latency tracer automatically |
dumpOnStartup |
false |
Auto-dump registries on game start |
Requirements
- NeoForge 26.1.2.76+
- Java 25
- Client and Server (Both)
Screenshots
Gallery
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources