Skip to content

Instantly share code, notes, and snippets.

@Norbiros
Last active April 11, 2024 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Norbiros/f604ce46821e68c50260a169a9921560 to your computer and use it in GitHub Desktop.
Save Norbiros/f604ce46821e68c50260a169a9921560 to your computer and use it in GitHub Desktop.
Registry Data Minecraft packet

registry-data-packet.nbt contains logged Registry Data packet.
I fixed some things due to network NBT so you can normally use it.

@Sculas
Copy link

Sculas commented Apr 11, 2024

Hi, thank you for this! I have one question though, what was the process of making this file?

@Norbiros
Copy link
Author

I created a very basic TCP proxy to save this packet content into a file. Afterwards, I used our library, CrabNBT, to convert registry data content from network to normal NBT format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment