Entity Group
Defines the entity group of the entity that has the power.
Type ID: origins:entity_group
Note
See Minecraft Fandom Wiki: Mob (Classification) for more information about entity groups.
Note
This power type is mostly used for determining the enchantment bonus damage towards the entity that has the power. That being said, there should only be one power that uses this power type.
Fields
| Field | Type | Default | Description |
|---|---|---|---|
group |
String | The group to associate with the player. One of default, undead, arthropod, illager, or aquatic. |
Examples
{
"type": "origins:entity_group",
"group": "arthropod"
}
This exampel will classify the entity that has the power as an arthropod, meaning that they will take more damage from the Bane of Arthropods enchantment.