Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 525 Bytes

HISTORY.md

File metadata and controls

31 lines (19 loc) · 525 Bytes

History

1.3.0

  • close the client connection before quitting the server
  • Add support for 1.17
  • Update for 1.18 chunk and light packets
  • Dump light data for 1.18

1.2.0

  • save biomes and groundUp (useful for 1.15.2)

1.1.1

  • fix chunk saving

1.1.0

  • add chunk light support for 1.14 and beyond

1.0.1

  • put the server.jar and server in a tmp dir instead of __dirname

1.0.0

  • all features implemented :
    • saving one chunk, n chunks or continuously
    • through a cli or an api
    • with tests