GDMC-HTTP 1.3.2 (Minecraft 1.19.2)
Changelog:
- NEW: Add
GET /heightmap
to get heightmap data of a given type of the currently set build area. Thanks to cmoyates! - NEW: Add custom heightmap types
MOTION_BLOCKING_NO_PLANTS
andOCEAN_FLOOR_NO_PLANTS
. - NEW: Add
withinBuildArea
flag toGET /blocks
. If set to true it skips over positions outside of the build area. - NEW: Add
withinBuildArea
flag toPUT /blocks
. If set to true it does not place blocks outside of the build area.