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

skip_existing_chunks field in exploration_map item modifier is named incorrectly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.19, 1.19.2
    • None
    • Confirmed
    • Data Packs
    • Low
    • Platform

      The skip_existing_chunks field in exploration_map is named incorrectly because it does allow picking structures from existing chunks. This should be renamed to indicate that it skips already-located structures.

      Expected behavior
      "skip_existing_chunks": true causes the exploration map to point to a new chunk.

      Actual behavior
      "skip_existing_chunks": true causes the exploration map to point to a structure not previously found by exploration maps. They might or might not be in existing chunks. Internally, serialized structure start's references field is checked; this integer will increment each time the structure is "referenced" through exploration maps, and skip_existing_chunks makes it so that it only locates structure starts with 0 references.

            Unassigned Unassigned
            apple502j apple502j
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              CHK: