Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 397 Bytes

File metadata and controls

18 lines (15 loc) · 397 Bytes

Block - Components - Fast Break Speed

item_specific_destroy_speeds's speed values cannot be higher than block's destroy time

Example

{
    "minecraft:destructible_by_mining": {
        "seconds_to_destroy": 3,
        "item_specific_speeds": [
            {
                "destroy_speed": 10  // Invalid as it must be equal or lesser than 3
            }
        ]
    }
}