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

The 'Include entities' option in the structure block UI is the opposite of the actual behavior

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 20w48a
    • 20w46a
    • None
    • Confirmed
    • Structures
    • Important

      The Bug

      The Include entities option in structure block determines whether the block will include entities inside the structure upon loading or saving the structure. Such behavior is actually controlled by the ignoreEntities NBT tag. If Include entities is set to ON, the ignoreEntities tag is expected to be 0b, as the structure block is meant to consider the entities inside the structure. However, if Include entities is ON, the tag is actually 1b, indicating that the structure will actually not consider any entities, which is a bug.

      Steps to reproduce

      run /setblock ~ ~-1 ~ structure_block

      run /data get block ~ ~-1 ~ ignoreEntities

      ignoreEntities should be 1b

      check the UI of the structure block, the Include entities option is ON.

            boq [Mojang] Bartosz Bok
            g2245820920 g2245820920
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: