Resources: Add two NBT files that can be used for testing.

BodgeMaster-unfinished
BodgeMaster 2022-08-05 09:12:27 +02:00
parent aef91fe7cd
commit c59a1ac723
5 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -23,11 +23,11 @@ A simple tool written in Java that takes an input as UTF-8 and outputs it in Jav
Usage example: `echo -ne "\x00" | java JavaStringGenerator > output_file`
## servers.dat
## NBT_data
My current servers.dat as pulled from my Minecraft installation. Used for testing the NBT library until we have something better.
Data used to test the NBT library.
## servers.dat_nbt_decoded.txt
The same file manually decoded. I did this to get a better understanding how NBT works, might come in handy in the future.
`servers.dat`: My current servers.dat as pulled from my Minecraft installation
`servers.dat_nbt_decoded.txt`: The same file manually decoded (I did this to get a better understanding how NBT works, might come in handy in the future.)
`simple_nbt`: A simple NBT file containing all tags
`nested_compounds_and_lists`: A combination of nested compound and list tags intended to be challenging to parse