mojira.dev
MC-250861

Warden instantly digs down when receive the tag "is_emerging"

The Bug

When you try to summon the Warden with the command:

/summon minecraft:warden ~ ~ ~ {Brain: {memories: {"minecraft:is_emerging": {value: 1b, ttl: 85L}, "minecraft:last_disturbance": {value: 311069L, ttl: 1151L}}}}

It instantly digs down.

 

I know there's the #MC-249393, and it's marked as "Won't Fix", but it's also suggested a workaround by the reporter, adding the following NBT line to the command: 

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

 

And it also instantly digs down.

 

Linked issues

Comments 2

Thank you for your report!
We're tracking this issue as MC-249393, so this ticket is being resolved and linked as a duplicate.

That ticket has already been resolved as Won't Fix, which means this is considered a bug but won't be fixed. The description of that ticket or the comments might explain the rationale. Please do not leave a comment on the linked ticket.

If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

Works for me with right NBT data:

/summon minecraft:warden ~ ~ ~ {Brain: {memories: {"minecraft:dig_cooldown":{value: {}, ttl: 1200L}, "minecraft:is_emerging": {value: {}, ttl: 85L}}}}

lfellipe

(Unassigned)

Unconfirmed

(Unassigned)

22w16b

Retrieved