Simple sign dumper for Minecraft worlds.
find some_world -name *.mca | ./sign_dumperNix:
nix buildDocker:
docker build .Host build:
makeShould work for versions before 1.13, haven't really tested extensively so if there are problems please create an issue about it and I'll take a look :3.
There are basically no error checking, so unsupported versions and/or corrupted data WILL crash the program.
This will be fixed later :3.