mojira.dev
MC-249393

Summoned warden with NBT instantly digs down

The bug

Summoned warden with NBT instantly digs down.

To reproduce

  • Summon a warden using the command /summon warden ~ ~ ~.

  • The warden wanders around.

  • Summon a warden using the command /summon warden ~ ~ ~ {PersistenceRequired:1b}.

Observed result

The warden instantly digs down.

Workaround

Add the following NBT to the /summon command:

Brain:{memories:{"minecraft:dig_cooldown":{value: {}, ttl: 1200L}}}

For example:

/summon warden ~ ~ ~ {Silent:1b,PersistenceRequired:1b,Brain:{memories:{"minecraft:dig_cooldown":{value: {}, ttl: 1200L}}}}

Linked issues

MC-250190 Wardens with non-existent nbt data will immediately dig into the ground Resolved MC-250284 Disappears when Warden is tagged and summoned using a command Resolved MC-250405 Spawning the Warden with a held item automatically begins digging underground Resolved MC-250861 Warden instantly digs down when receive the tag "is_emerging" Resolved MC-251667 Warden customized summoning bug Resolved

Comments 3

Wrong ticket? Moving pistons have nothing to do with this.

ampolive

(Unassigned)

Confirmed

Low

Commands, Mob behaviour

nbt, warden

22w12a, 22w13a

Retrieved