Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-256359

The End only uses the bottom 48 bits of the seed for many aspects of terrain generation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • None
    • 1.19.2
    • Community Consensus
    • World generation

      Java Edition equivalent of MCPE-155137. Very closely relates to MC-250445 and MC-250696.

      The bug

      Minecraft supports full 64-bit seeds. However, the End's generation largely ignores the top 16 bits of the seed, meaning that there are only 2^48 unique ends in terms of terrain and structure placement; very minor things can still seemingly vary, but not to anything near the expected extent.

      How to reproduce

      This can be seen in any two seeds that differ by an integer multiple of 281474976710656 (2^48).

      1. Create a world with the seed 1
      2. /execute in minecraft:the_end run tp @s 9914 62 9645 -75.5 -0.7
      3. Create a world with the seed 281474976710657
      4. /execute in minecraft:the_end run tp @s 9914 62 9645 -75.5 -0.7

      Expected results

      As these are completely different seeds, the terrain should also be completely different, even at the same position.

      Actual results

      The two seeds are almost a complete match, with seemingly the only differences being with configured features.

      How to fix

      All aspects of End generation that only use 48 bits should be made to respect the full 64 bits and produce results accordingly in the same way the Overworld does.

      Further notes

      When this is fixed, world blending should be enabled for the End as to avoid abrupt cutoffs with terrain generation changing.

            Unassigned Unassigned
            Awesoman3000 Connor Steppie
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: