Compatibility
Minecraft: Java Edition
1.21.4
1.20.2
1.19.2
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last year
Updated 4 months ago
Changelog
- NEW:
GET /heightmap
endpoint no longer requires having to set a build area using the in-game/setbuildarea
command. It now also acceptsx
,z
,dx
anddz
parameters to specify any area. - NEW:
GET /heightmap
endpoint also accepts awithinBuildArea
flag to skip over positions outside the build area. - NEW:
GET /heightmap
endpoint can now also match specific block states when using custom heightmaps. For example:blocks=oak_log[axis=y]
will only include upright oak tree logs, while horizontal oak logs (minecraft:oak_log[axis=x]
andminecraft:oak_log[axis=z]
) are excluded. - FIX:
GET /blocks
now returnsminecraft:void_air
instead ofminecraft:air
for positions outside the vertical world limit. - FIX:
PUT /blocks
discard placement instructions outside vertical world limit. - FIX:
GET /heightmap
fixed inconsistent responses when using custom block lists due to undefined behaviour during parsing of theblocks
query parameter. - FIX:
GET /heightmap
when using custom heightmaps, match blocks on all possible block states instead of only the default ones. For example:blocks=oak_log
now matchesminecraft:oak_log[axis=x]
andminecraft:oak_log[axis=z]
in addition to the defaultminecraft:oak_log[axis=y]
. - FIX:
GET /heightmap
values ofyBounds
parameter are now clamped to the vertical world limit. - FIX:
GET /biomes
now returns an empty string for the biome ID if the requested position is outside vertical world limit.
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
1.6.0-1.21.4Loaders
Game versions
1.21.4Downloads
64Publication date
March 23, 2025 at 5:39 PMPublisher

Niels-NTG
Member