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

The terrain stops generating and then generates again from a certain distance from the center of the End

    • Unconfirmed
    • (Unassigned)

      The bug

      The End generation is broken at long distances since 18w46a.

      The terrain stops generating and then generates again from a certain distance from the center of the End.
      This donut-shaped pattern repeats over and over to the edge of the world on a regular basis, starting at 370,720 blocks from the center of the End.

      How to reproduce

      Use the following command to teleport to the End:

      /execute in minecraft:the_end run tp @s 370720 100 0
      

      Examples



      Code analysis

      The code is trying to process numbers that are much larger than what Minecraft is actually capable of for its world terrain noise which causes part of the terrain noise to generate numbers that ultimatly get read as NaN (Not a Number) and causes the terrain generation to fail outright.

      Source

      Here is the source that I used to write this ticket (examples, code analysis, visualization of what's going on...): https://youtu.be/91Feq0dHw28
      Video by AntVenom.

        1. End Generation Broke 1.png
          945 kB
          [Helper] ZeNico13
        2. End Generation Broke 2.png
          1.27 MB
          [Helper] ZeNico13
        3. End Generation Broke 3.png
          1.49 MB
          [Helper] ZeNico13
        4. End Generation Broke 4.png
          1.15 MB
          [Helper] ZeNico13
        5. End Generation Broke 5.png
          4.15 MB
          [Helper] ZeNico13
        6. End Generation Broke Code.png
          516 kB
          [Helper] ZeNico13

          [MC-190347] The terrain stops generating and then generates again from a certain distance from the center of the End

          Thank you for your report!
          We're tracking this issue in MC-159283, so this ticket is being resolved and linked as a duplicate.

          If you would like to add a vote and any extra information to the main ticket it would be appreciated.

          If you haven't already, you might like to make use of the search feature in the future to see if the issue has already been reported.

          Quick Links:
          ๐Ÿ““ Issue Guidelines โ€“ ๐Ÿ’ฌ Community Support โ€“ ๐Ÿ“ง Customer Support โ€“ โœ๏ธ Feedback and Suggestions โ€“ ๐Ÿ“– Game Wiki

          [Mod] violine1101 added a comment - Thank you for your report! We're tracking this issue in MC-159283 , so this ticket is being resolved and linked as a duplicate . If you would like to add a vote and any extra information to the main ticket it would be appreciated. If you haven't already, you might like to make use of the search feature in the future to see if the issue has already been reported. Quick Links : ๐Ÿ““ Issue Guidelines โ€“ ๐Ÿ’ฌ Community Support โ€“ ๐Ÿ“ง Customer Support โ€“ โœ๏ธ Feedback and Suggestions โ€“ ๐Ÿ“– Game Wiki

          Numeritos added a comment -

          Duplicate of MC-159283

          Numeritos added a comment - Duplicate of MC-159283

            Unassigned Unassigned
            ZeNico13 [Helper] ZeNico13
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: