Hello Mojang.
If I use seed 10263187113606132018 to create a new world,the world's seed will turn into -82003440
Why?Is it a bug?
Thank you
Hello Mojang.
If I use seed 10263187113606132018 to create a new world,the world's seed will turn into -82003440
Why?Is it a bug?
Thank you
10263187113606132018 is greater than 9223372036854775807 (the signed 64-bit integer limit), so the game doesn't see the seed as a number, but as text instead, and generates a seed based off of that text.