BillyGalbreath / Pl3xMap

Pl3xMap is a minimalistic and lightweight world map viewer for Minecraft servers using the vanilla Minecraft rendering style
https://modrinth.com/plugin/pl3xmap
MIT License
3 stars 4 forks source link

fix invalid getWorldSurfaceY() computation #165

Closed antbrl closed 1 year ago

antbrl commented 1 year ago

Heightmap getter was not called correctly, thus messing up block rendering. This was especially noticeable in the End.

Before:

image

After:

image

BillyGalbreath commented 1 year ago

Oh wow! Thanks for that ^_^