diff --git a/resources/NBT_data/nested_compounds_and_lists b/resources/NBT_data/nested_compounds_and_lists new file mode 100644 index 0000000..43111ad Binary files /dev/null and b/resources/NBT_data/nested_compounds_and_lists differ diff --git a/resources/servers.dat b/resources/NBT_data/servers.dat similarity index 100% rename from resources/servers.dat rename to resources/NBT_data/servers.dat diff --git a/resources/servers.dat_nbt_decoded.txt b/resources/NBT_data/servers.dat_nbt_decoded.txt similarity index 100% rename from resources/servers.dat_nbt_decoded.txt rename to resources/NBT_data/servers.dat_nbt_decoded.txt diff --git a/resources/NBT_data/simple_nbt b/resources/NBT_data/simple_nbt new file mode 100644 index 0000000..720682b Binary files /dev/null and b/resources/NBT_data/simple_nbt differ diff --git a/resources/README.md b/resources/README.md index 3d1527c..818dc15 100644 --- a/resources/README.md +++ b/resources/README.md @@ -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