Skip to content

Mobs Ignore

Power Type

Makes hostile mobs ignore the player.

Type ID: apugli:mobs_ignore

Fields

Field Type Default Description
mob_condition Entity Condition optional If set, this will determine what entity condition the entity must meet in order to be effected by this power.
bientity_condition Bi-entity Condition optional If set, this will determine what bi-entity condition the entity must meet in order to be effected by this power.

Example

{
    "type": "apugli:mobs_ignore",
    "mob_condition": {
        "type": "apoli:entity_type",
        "entity_type": "minecraft:skeleton"
    }
}
This power causes skeletons to ignore the player.