Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.17 KB

minecraftBehavior_squid_move_away_from_ground.md

File metadata and controls

43 lines (31 loc) · 1.17 KB
author ms.author title description ms.service
iconicNurdle
mikeam
Entity Documentation - minecraft:behavior.squid_move_away_from_ground
A reference document detailing the 'behavior.squid_move_away_from_ground' entity goal
minecraft-bedrock-edition

Entity Documentation - minecraft:behavior.squid_move_away_from_ground

minecraft:behavior.squid_move_away_from_ground compels an entity to swim away from the ground blocks.

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_move_away_from_ground":{
    "priority": 2
}

Vanilla entities examples

squid

"minecraft:behavior.squid_move_away_from_ground": {
    "priority": 1
},

Vanilla entities using minecraft:behavior.squid_move_away_from_ground