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

/forceload loads an area one chunk larger than specified

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Works As Intended
    • None
    • Minecraft 18w50a, Minecraft 19w02a, Minecraft 19w03c, Minecraft 19w04a, Minecraft 19w04b, Minecraft 19w05a, Minecraft 19w06a, Minecraft 19w07a, Minecraft 19w08b, Minecraft 19w11b, Minecraft 19w12b
    • None
    • Unconfirmed
    • (Unassigned)

      When trying to load a single chunk with /forceload a 3x3 area of chunks is made accessible instead.

      I would expect /forceload to load exactly the chunks specified, no more or less.

       

      It might be that this extra chunk is meant to make the chunks specified in the command entity processing chunks.
      However to achieve that a 5x5 area would need to be loaded around each forceloaded chunk or the condition for entity processing chunks would need to change (it might be that the 5x5 is no longer needed due to recent world generation changes).

      Either way, in my opinion forceload should only load the chunks specified in the command. It is always possible to load a larger area for the user for the command if an entity processing chunk is needed.
      Learning a bit more about the new chunk loading mechanics, the above paragraph is nonsense.
      It however would be useful if loading chunks as entity ticking would be an option for the forceload command.

      I made a comparison video of chunk loading in 1.13.2 and 18w50a where this is also visible: https://www.youtube.com/watch?v=H3dMoFulIog

      The forceloaded chunks are on the lower left side marked with a different color.
      Both sides of the visualisation were recorded in the same world with the same forceloaded area. The tool clearly detects one chunk more around the forceloaded area. Manual tests with commands also confirm this.
      Good command to test if a chunk is loaded:

      /execute unless block <x> <y> <z> air{N:O} run say chunk is loaded

            boq [Mojang] Bartosz Bok
            panda4994 [Mojang] Panda
            Votes:
            14 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: