-
Bug
-
Resolution: Duplicate
-
None
-
1.18.32, 1.19.30, 1.19.41, 1.20.12 Hotfix, 1.20.15 Hotfix
-
Confirmed
-
Multiple
The locations and shapes of the amethyst geodes, lava pools and possibly even other features only depend on the last 32 bits of the 64-bit seed meaning they are the same for many worlds. Even the budded amethyst block positions in the amethyst geodes are the same.
Steps to reproduce:
- Create a world with any seed.
- Find an amethyst geode or a lava pool and remember its coordinates.
- Create a world with the seed of the first world but with any integer multiple of 4294967296 (2^32) added to it.
- Go to the feature's coordinates but in the new world.
- Compare their locations and their shape.
Observed results:
The features have the same shape and location.
Expected results:
Every element of a world should depend on all 64 bits of the seed.
Notes: A similar glitch also effects carver caves (MCPE-154333), structures (MCPE-154939), the end (MCPE-155137) and the nether (MCPE-154947). Only the surface biomes and noise caves of the overworld aren't effected by such a bug.
- duplicates
-
MCPE-154939 Structure and decorator locations, shape and loot generation only use lower 32 bits of 64-bit seed.
- Open