Remove Enchantment

Item Action Type

Removes certain enchantments from the item.

Type ID: origins:remove_enchantment

Fields

Field Type Default Description
enchantment Identifier optional If specified, this enchantment will be removed from the item.
enchantments Array of Identifiers optional If specified, these enchantments will be removed from the item.
levels Integer optional If specified, only the enchantments that has the specified level will be removed from the item.
reset_repair_cost Boolean false Determines whether the 'repair cost' of the item should be reset.

Examples

"item_action": {
    "type": "origins:remove_enchantment",
    "enchantment": "minecraft:mending",
    "reset_repair_cost": true
}

This example will remove the Mending enchantment from the item whilst resetting its 'repair cost'.