Create a chunk dumper
rom1504 opened this issue · 3 comments
rom1504 commented
cli : dumpChunk <minecraft version> <bufferFile> <metainfoFile>
how :
- use minecraft-wrap to get and run the server
- connect with a minecraft-protocol client
- listen to chunk event
- save to buffer file and metainfo file
This can then be used to create tests for prismarine-chunk for any version.
rom1504 commented
I assigned myself, working on this.
rom1504 commented
rom1504 commented
done