FOSS-VG/resources
BodgeMaster b428b17647 Reoucres: add a Java tool to convert normal strings into Java-style strings 2022-07-05 19:35:37 +02:00
..
JavaStringGenerator.java Reoucres: add a Java tool to convert normal strings into Java-style strings 2022-07-05 19:35:37 +02:00
README.md add our own endianness check because there is apparently no proper way to check for that at compile time 2022-07-01 13:57:20 +02:00
check_endianness.cpp fix copyright notice 2022-07-02 01:04:32 +02:00
servers.dat add our own endianness check because there is apparently no proper way to check for that at compile time 2022-07-01 13:57:20 +02:00
servers.dat_nbt_decoded.txt add our own endianness check because there is apparently no proper way to check for that at compile time 2022-07-01 13:57:20 +02:00

README.md

Tests

servers.dat

My current servers.dat as pulled from my Minecraft installation. Used for testing the NBT library until we have something better.

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.