Entity Documentation - minecraft:behavior.squid_out_of_water

minecraft:behavior.squid_out_of_water compels an entity to stay close to a ground block when out of water.

Note

This behavior can only be used by the squid entity type.

Parameters

Name Default Value Type Description
priority not set Integer The higher the priority, the sooner this behavior will be executed as a goal.

Example

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

Vanilla entities examples

squid

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

Vanilla entities using minecraft:behavior.squid_out_of_water