Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.25 KB

minecraftBehavior_player_ride_tamed.md

File metadata and controls

41 lines (30 loc) · 1.25 KB
author ms.author title description ms.service
iconicNurdle
mikeam
Entity Documentation - minecraft:behavior.player_ride_tamed
A reference document detailing the 'behavior.player_ride_tamed' entity goal
minecraft-bedrock-edition

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