Entity Documentation - minecraft:behavior.player_ride_tamed

minecraft:behavior.player_ride_tamed allows an entity to be rideable after being tamed by a player.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.

Example

"minecraft:behavior.player_ride_tamed":{
}

Vanilla entities examples

zombie_horse

"minecraft:behavior.player_ride_tamed": {
}

Vanilla entities using minecraft:behavior.player_ride_tamed