Skip to content

GDMC-HTTP 0.6.0 (Minecraft 1.19.2)

Compare
Choose a tag to compare
@Niels-NTG Niels-NTG released this 16 Dec 15:37
· 333 commits to master since this release
0994625

Changelog:

  • GET /blocks can return multiple blocks within a given area.
  • JSON response format of GET /blocks is now a JSON array instead of a single object.
  • Response of GET /blocks now always includes a block's position in front of its material.
  • Response of GET /blocks now can include tile entity data associated with a block (eg. contents of a chest).
  • Endpoint OPTIONS /blocks has been removed.
  • PUT /blocks can now also process block entity data (eg. chest contents, a book on a lectern, armor on an armor stand, etc.).
  • Upgrade to Forge 1.19.2-43-2.0.
  • Some minor performance improvements.