gdmc_http_client_python
gdmc_http_client_python copied to clipboard
Fixes offset for heightmap on Start_Here as well.
the heightmap data structure is indexed 0..build_area_size.
So when we use in_world coordinates to access the heightmap, it throws an error. This PR fixes that.
Thanks for these fixes, saved me a bunch of time!