Make ServerHeightMap work with full 32-bit integer range
Opened this issue ยท 3 comments
I know I created a issue about this already but I finally changed serverheightmap to make it use 32-bit integers. But when compiling it says that there is problem with "test". What can I do to fix this?
Also, this is duplicate of #139
This means that you broke ServerHeightMap by doing it. There is a good reason ServerHeightMap only uses 31 bits. It can be fixed byt as noone is ever going to use even 31 bits, I doubt doubling the height from 1 billion up and down to 2 billion up and down would make any difference.