Changelog:
- NEW: GDMC-HTTP is now compatible with both the Forge and Fabric modding platform!
- NEW:
GET /heightmap
can now receive a list of block IDs, block tag keys and fluid tag keys to create your own custom heightmaps! - NEW:
GET /heightmap
can now receive an upper and lower Y-value limit for the requested heightmap. Usefull for taking measurements of the surface of caves or The Nether dimension. - NEW: Add
keepLiquids
flag toPOST /structure
endpoint. When set tofalse
it removes all water sources present at the placement locations of the to be placed structure. - FIX: Actually implement behaviour to prevent spawning drops when placing structures for the
spawnDrops
flag of thePOST /structure
endpoint. - FIX:
/commands
now returns a 405 is any other HTTP method besidesPOST
is used.