Modify Break Speed

Power Type.

Modifies how fast the player can break blocks.

Type ID: origins:modify_break_speed

Fields

Field Type Default Description
block_condition Block Condition optional If set, the modifiers will only apply to blocks which satisfy this condition.
modifier Attribute Modifier optional If set, this modifier will apply to the break speed.
modifiers Array of Attribute Modifiers optional If set, these modifiers will apply to the break speed.

Example

{
    "type": "origins:modify_break_speed",
    "block_condition": {
        "type": "origins:block",
        "block": "minecraft:netherrack"
    },
    "modifier": {
        "operation": "multiply_base",
        "value": 0.5
    }
}

This power allows the player to break Netherrack 50% faster than usual.