CubicChunks

CubicChunks

840k Downloads

Make ServerHeightMap work with full 32-bit integer range

Opened this issue ยท 3 comments

commented

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?

commented

Also, this is duplicate of #139

commented

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.

commented

The game will crash when you rwach max integer. I already did it horizontally once because I was also curious.