Modify Enchantment Level
Modifies the entities enchantment levels.
Type ID: ope:modify_enchantment_level
Fields
| Field | Type | Default | Description |
|---|---|---|---|
enchantment |
String | ID of the enchantment to modify | |
modifier |
Attribute Modifier | This modifier will be applied to the enchantment. |
Example
{
"type": "ope:modify_enchantment_level",
"enchantment": "infinity",
"modifier": {
"operation": "addition",
"value": 1
}
}