mcutils:sittable 
Sittable block behavior.
Component 
Options 
| Name | Type | Default | Description | 
|---|---|---|---|
| seat_position | number[] | [0,8,0] | |
| seat_animations | string[] | [] | 
Examples 
Seat 
json
{
  "format_version": "1.21.120",
  "minecraft:block": {
    "description": {
      "identifier": "wiki:seat",
      "traits": {
        "minecraft:placement_direction": {
          "enabled_states": ["minecraft:cardinal_direction"],
          "y_rotation_offset": 180.0
        }
      }
    },
    "components": {
      "mcutils:sittable": {
        "seat_position": [0, 8, 0],
        "seat_animations": ["animation.player.sit"]
      }
    }
  }
}