Entity Documentation - minecraft:annotation.open_door

minecraft:annotation.open_door compels an entity to to open doors, assuming that flags have been set up for the component to use in navigation.

Important

minecraft:annotation.open_door requires the entity's navigation component to have the parameter can_open_doors set to true.

Example

"minecraft:annotation.open_door":{
}

Vanilla entities examples

villager

"minecraft:annotation.open_door": {
}

Vanilla entities using minecraft:annotation.open_door