Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.21 KB

minecraftBehavior_silverfish_wake_up_friends.md

File metadata and controls

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

Entity Documentation - minecraft:behavior.silverfish_wake_up_friends

minecraft:behavior.silverfish_wake_up_friends compels an entity to alert other entities of the same family to leave a stone block.

Note

This behavior can only be used by the silverfish entity type. This behavior requires minecraft:behavior.silverfish_merge_with_stone to be set.

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

Vanilla entities examples

silverfish

"minecraft:behavior.silverfish_wake_up_friends": {
    "priority": 1
}

Vanilla entities using minecraft:behavior.silverfish_wake_up_friends