
Data Dumper
A Minecraft mod that helps datapack developers quickly browse and export registry data.
- Загрузки
- 3K
- Подписчики
- 7
- Обновлён
- 26 мая 2026 г.
- Лицензия
- MIT
Опубликован 8 апреля 2024 г.
DataDumper
A Minecraft mod that helps datapack developers quickly browse and export registry data.
About
Ever found yourself constantly needing to check what's inside a registry while developing datapacks? Or wanting to filter for specific blocks and items?
DataDumper lets you browse registries directly in-game via commands, with support for tag and regex filtering. You can also export registry entries as JSON files for easy debugging.
On top of that, DataDumper prevents game crashes caused by invalid datapacks, so you can debug with peace of mind.
Features
- List all registries in the game
- Filter registry contents by tag or regex
- Export registry entries as JSON files
- Export datapack entries that failed to parse, making it easy to track down errors
- Prevent crashes when creating a world with invalid datapacks
- Click chat messages to copy all entries at once
Commands
| Command | Description |
|---|---|
/datadumper registries |
List all registries |
/datadumper registry <key> |
View all entries in a registry |
/datadumper registry <key> #<tag> |
Filter registry entries by tag |
/datadumper registry <key> "<regex>" |
Filter registry entries by regex |
/datadumper entry <key> |
Export registry entries as JSON files |
/datadumper entry <key> #<tag> |
Filter and export by tag |
/datadumper entry <key> "<regex>" |
Filter and export by regex |
Exported files are saved in the .datadumper/ folder under the server's working directory.
Screenshots
Regex filtering — Find all blocks containing "planks":

Tag filtering — Find all blocks tagged #c:chests:

Supported Versions
| Minecraft Version | Fabric | Forge | NeoForge |
|---|---|---|---|
| 1.20.1 | ✅ | ✅ | — |
| 1.21.1 | ✅ | — | ✅ |
| 26.1 | ✅ | — | ✅ |
Recommended Companions
- Mod Sets — Easily disable development mods in published modpacks
Центр версий
13 версийЧенджлог
0.6.1Релиз26.1, 26.1.1, 26.1.2 · 26 мая 2026 г.
0.6.0Релиз26.1, 26.1.1, 26.1.2 · 4 мая 2026 г.
:bug: Bug Fixes
568664a- tag parser isn't greedy (commit by @SettingDust)
:recycle: Refactors
d0226a5- copier from template (commit by @SettingDust)d9a6bf9- implement version specificed logic (commit by @SettingDust)
:white_check_mark: Tests
8d779a4- add gametest (commit by @SettingDust)
:wrench: Chores
c884c2a- remove old code (commit by @SettingDust)
0.5.4Релиз1.21.1, 1.21.2, 1.21.3 · 6 ноября 2024 г.
:bug: Bug Fixes
6dfb662- avoid the duplicated refmap json name (commit by @SettingDust)
0.5.3Релиз1.21.1, 1.21.2, 1.21.3 · 3 ноября 2024 г.
:recycle: Refactors
aa1f824- use fabric api for register argument type (commit by @SettingDust)
0.5.2Релиз1.20.6, 1.21, 1.21.1 · 21 октября 2024 г.
:sparkles: New Features
79058d7- log more info when error (commit by @SettingDust)
0.5.1Релиз1.20.6, 1.21, 1.21.1 · 10 октября 2024 г.
:bug: Bug Fixes
2db97d2- wrong version range (commit by @SettingDust)
0.5.0Релиз1.20.6, 1.21, 1.21.1 · 10 октября 2024 г.
0.4.0Релиз1.21 · 19 июня 2024 г.
:recycle: Refactors
d74b236- port to 1.21 (commit by @SettingDust)
Комментарии
Загружаем…