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}}}}
- is duplicated by
-
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
-
MC-252659 Warden spawned with any type of NBT data will immediately dig into the ground.
- Resolved
-
MC-253607 Warden dig back into the ground whenever I use the "CustomName" NBT tag :/
- Resolved
-
MC-253974 Custom command block Warden instant despawn
- Resolved
-
MC-254096 Warden summoned by /summon with custom name NBT will still dig into the ground
- Resolved
-
MC-254178 Silent Warden crawls into the ground when its spawned
- Resolved
-
MC-255385 Warden burrowing when adding any properties
- Resolved
-
MC-255598 Warden from renamed spawn egg can dig and despawn
- Resolved
-
MC-256212 No-Ai-Warden disappears directly
- Resolved
-
MC-260782 Wardens summoned with any NBT data (including an empty {} object) will immediately dig and despawn
- Resolved
-
MC-264526 Wardens despawn when summoned with a team
- Resolved
- relates to
-
MC-266450 Wardens immediately dig away when spawned from a Trial Spawner with extra NBT data
- Reopened