Edit

Share via


Entity Documentation - minecraft:behavior.stay_while_sitting

Allows the mob to stay put while it is in a sitting state instead of doing something else.

Stay While Sitting Behavior Properties

Name Default Value Type Description Example Values
priority not set Integer number As priority approaches 0, the priority is increased. The higher the priority, the sooner this behavior will be executed as a goal. Cat: 3, Parrot: 2

Samples

Cat

"minecraft:behavior.stay_while_sitting": {
  "priority": 3
}

Parrot

"minecraft:behavior.stay_while_sitting": {
  "priority": 2
}