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

/setblock and other fills don't properly update block entities

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 25w03a
    • 25w02a
    • None
    • Community Consensus
    • Block states, Commands
    • Important
    • Expansion A

      Pot repro:
      /setblock ~ ~ ~1 minecraft:decorated_pot
      /setblock ~ ~ ~1 minecraft:decorated_pot{sherds:[angler_pottery_sherd,angler_pottery_sherd,angler_pottery_sherd,angler_pottery_sherd]}
      Pot is still blank
      /data get block ~ ~ ~1
      Shows the data
      Relog -> data now gone

       

      Head repro:
      /setblock ~ ~ ~1 minecraft:player_head
      /setblock ~ ~ ~1 minecraft:player_head{profile:slicedlime}
      Head still default texture
      /data get block ~ ~ ~1
      Shows the data
      Relog -> head now correct (possibly because the async data get dirty marks the block entity properly?)

            gnembon [Mojang] Gnembon
            gnembon [Mojang] Gnembon
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: