Entity Documentation - minecraft:sittable

minecraft:sittable defines the entity's 'sit' state.

Parameters

Name Default Value Type Description
sit_event not set String Event to run when the entity enters the 'sit' state
stand_event not set String Event to run when the entity exits the 'sit' state

Example

"minecraft:sittable":{
    "sit_event": {"event": "minecraft:taking_a_seat"},
    "stand_event": {"event": "minecraft:time_to_go"}
}

Vanilla entities examples

cat

"minecraft:sittable": {
}

Vanilla entities using minecraft:sittable