From 2fb85304dd47290d7b873df2ba1b322a1a34fc67 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Mon, 30 Oct 2023 13:22:02 +0000 Subject: [PATCH] Improved mine_vein --- docs/effects/all-effects/mine_vein.md | 2 ++ 1 file changed, 2 insertions(+) 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) ```