Registry Dump Helper

Script for exporting Minecraft registers (biomes, entities, structures) to JSON files directly to the Minecraft instance folder.

RegistryDumpHelper KubeJS Forge 1.20.1

🎮 A powerful KubeJS script helper for Minecraft 1.20.1 that exports all registries to JSON format.


✨ Key Features

  • 📊 Complete Registry Dumps - Biomes, entities, and structures in JSON format
  • ⚡ Automatic Detection - Intelligent multi-method registry discovery
  • 🔧 Multiple Retrieval Methods - Java API, KubeJS, Forge, and fallbacks
  • 🛡️ Robust Error Handling - Comprehensive fallback system
  • 📝 Full Diagnostics - Detailed logging for troubleshooting
  • 🎯 Smart Retry Logic - Automatic retries at optimal timing

🚀 Quick Start

Installation

  1. Place registrydumphelper-1.20.1-forge-1.0.3.jar in your mods/ folder
  2. Download HERE and place registryDump.js in kubejs/server_scripts/
  3. Start your server
  4. Wait 2-3 seconds and check the exports/ folder

Output Files

  • biomes.json - All registered biomes
  • entities.json - All entity types
  • structures.json - All structures

📋 Requirements

Component Version
Minecraft 1.20.1
Forge Latest
KubeJS 2001.6.5-build.16+

🎯 Usage

Automatic Execution

The script runs automatically:

  • ✅ On server/world load
  • ✅ On player join
  • ✅ Automatic retries if initial attempt fails

Manual Trigger

Type in chat to manually dump registries:

!dumpregs

📚 Documentation

  • README.md - Complete user guide with features and troubleshooting
  • DOCUMENTATION.md - Technical architecture and advanced features

💡 What You Can Do With This

  • 📖 Reference - Quick lookup of all available registries
  • 🤖 Automation - Use JSON data in other mods/scripts
  • 🔍 Debugging - Verify registry content
  • 📋 Datapacks - Generate reference materials
  • 🎮 Modpacks - Document all registries

📄 License

GNU General Public License v3 (GPL v3)

This means you can use, modify, and distribute this mod freely, as long as you:

  • ✅ Include the license and copyright notice
  • ✅ Make modifications available under GPL v3
  • ✅ Disclose the source code

❓ Need Help?

Common Issues:

Q: JSON files not appearing?
A: Check that exports/ folder exists and you have write permissions. Check server console for [registryDump] messages.

Q: Getting empty registries?
A: Try manual trigger with !dumpregs command after world fully loads.

Q: Where are my files?
A: Check: world/exports/ or the root of your instance.


🔧 Technical Support

Check console for messages starting with [registryDump] for diagnostics.

If issues persist:

  1. Verify file paths are correct
  2. Ensure KubeJS version 2001.6.5+ is installed
  3. Check that JAR is in mods/ folder
  4. Check server logs for Java exceptions

Made with ❤️ for the Minecraft modding community

Version: 1.0.3 | MC: 1.20.1 | License: GPL v3

The Registry Dump Helper Team

profile avatar
  • 1
    Projects
  • 440
    Downloads