mojira.dev
MC-85619

Shulker Attachface nbt ignored when NoAI is on

When a Shulker has an orientation set by the AttachFace nbt tag, setting the Shulker's NoAI to 1, the tag is ignored and the shulker snaps to the bottom block by default.

Steps to reproduce:

  • Place a shulker down using a spawn egg on top of a solid block

  • Place a dirt block on the north face of the shulker

  • Run the command

    entitydata @e[type=Shulker,c=1] {AttachFace:2b}

    this causes the shulker to grip onto the dirt block

  • Run the command

    entitydata @e[type=Shulker,c=1] {NoAI:1b}

    this causes the Shulker to orient to the floor block, ignoring the AttachFace tag.

Attachments

Comments 2

Please do not mark unreleased versions as affected.
You don't have access to them yet.

--- This action was performed automatically. If you believe this was done erroneously, please :light_bulb_on: raise an issue.

@unknown added a comment - 17/Aug/14 12:04 AM
Any part of an entities behavior that is not implemented as part of the AI is not affected by the NoAI tag.

Sparks

(Unassigned)

Unconfirmed

Minecraft 15w32c

Retrieved