diff --git a/docs/effects/all-effects/mine_vein.md b/docs/effects/all-effects/mine_vein.md index 79cefbeb78..71a9b19edd 100644 --- a/docs/effects/all-effects/mine_vein.md +++ b/docs/effects/all-effects/mine_vein.md @@ -13,5 +13,7 @@ Mines a vein of blocks blocks: [] # (Optional) The blocks allowed to mine - if this is not specified, only blocks of the same type as the first block will be mined. disable_on_sneak: true # If the effect shouldn't activate while sneaking prevent_trigger: true # Optional, if the mine_block trigger should not be called from this + filters: # (Optional) Filters for the blocks + player_placed: false ...other config (eg triggers, filters, mutators, etc) ```