Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-23416

No chests in desert or jungle temple

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.18.10.27 Beta, 1.18.10
    • 1.18.10.21 Beta, 1.18.0.20 Beta, 1.17.30.24 Beta, 1.17.11 Hotfix, 1.17.10, 1.17.0.58 Beta, 1.17.0.56 Beta, 1.17.0.52 Beta, 1.16.200.57 Beta, 1.16.0.66 Beta, 1.16.0.63 Beta, 1.16.0.57 Beta, 1.14.20 Hotfix, 1.14.1 Hotfix, 1.13.0.18 Beta, 1.1.3.52, 1.2.2.3, 1.4.2.0, 1.5.1.2, 1.8.0.11 Beta, 1.7.0, 1.8.0, 1.11.0.4 Beta, 1.11.0.5 Beta, 1.14.30 Hotfix, 1.14.60 Hotfix, 1.16.0, 1.16.1, 1.16.20, 1.16.50 Hotfix (iOS), 1.16.100, 1.16.201 Hotfix, 1.16.221 Hotfix, 1.17.0, 1.17.2 Hotfix, 1.17.30, 1.17.32, 1.17.40, 1.17.41 Hotfix, 1.18.2 Hotfix
    • Confirmed
    • Multiple
    • 634201

      The reproduction of this bug is equivalent to the reproduction of MCPE-141499. There are three general steps to trigger either bug:

      1. Player comes within render distance + 2 chunks of the structure, but not within simulation distance. This triggers the chunk to generate because it contains tile entities.
      2. Player moves away so that the chunk is no longer rendered.
      3. During autosaving, the player comes within simulation distance of the chunk.

      I am not 100% sure that step (2) is necessary, but I think it is. My theory is that because the chunk was outside of render distance in step (2), it only loads block data when it comes back into render distance in step (3), and then gets ticked before it can load entity data because the game is busy saving other chunks.

      The following more precise steps work in 1.17.30 without the Caves & Cliffs experimental generation. In future versions or with the experimental toggle enabled, you will need to use a different seed and location.

      Steps to reproduce

      1. Set render distance to 8 and turn on the autosave icon in video settings.
      2. Create a world with seed 1968687984, simulation distance 6, and coordinates enabled.
      3. After you spawn, move forward across the river until you get to about Z = 85. Make a pillar there to mark your location so that it is visible while flying.
      4. Fly around to the north of the pillar (-Z direction) until the auto-save icon appears. (You may need to at Z < 80 until the icon appears to trigger the bug.)
      5. While the autosave icon is on (showing that autosave is happening), fly past your pillar heading south (+Z) until you arrive at the desert temple (X: 640, Z: 256).
      6. Enter the desert temple and go down to the treasure room.

      Expected result

      There are chests in the desert temple.

      Observed result

      No chests in the desert temple. Demo: https://youtu.be/elJ2t-H_3ro


      Entered a desert temple, everything there but there were no chests.

            KeevinChang Kevin Zhang
            Votes:
            89 Vote for this issue
            Watchers:
            26 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: