编辑

Entity Documentation - minecraft:behavior.lay_down

Allows mobs to lay down at times.

Entity Lay Down Behavior Properties

Name Default Value Type Description
control_flags [] Control Flags choices
interval 120 Integer number A random value to determine at what intervals something can occur. This has a 1/interval chance to choose this goal
priority 0 Integer number As priority approaches 0, the priority is increased. The higher the priority, the sooner this behavior will be executed as a goal.
random_stop_interval 120 Integer number A random value in which the goal can use to pull out of the behavior. This is a 1/interval chance to stop laying down

Control Flags choices

Value Title Description
jump Jump
look Look
move Move

Samples