PrismarineJS/prismarine-chunk

Create a chunk dumper

rom1504 opened this issue · 3 comments

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.

I assigned myself, working on this.

done