Skip to main content

Horse Ride Start

The arc:on_horse_ride_start action type is triggered when a player starts riding a horse.

Action Data

When this action is triggered, the following action data is made available to be used by conditions and rewards:

This action does not produce any action data.

Example

The following example will give the player a Speed I effect for 10 seconds as long as they are riding a horse.

data/my_datapack/arc/speed_on_horse_ride_start.json
{
"holder": {
"type": "arc:player",
"id": "arc:player"
},
"type": "arc:on_horse_ride_start",
"rewards": [
{
"type": "arc:effect",
"effect": "minecraft:speed",
"duration": 200,
"amplifier": 0
}
]
}

Compatible Condition Types

The following condition types can be used with this action type:

Compatible Reward Types

The following reward types can be used with this action type: