Skip to content

Commit

Permalink
Improved mine_vein
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Oct 30, 2023
1 parent 96c2946 commit 2fb8530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/effects/all-effects/mine_vein.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

0 comments on commit 2fb8530

Please sign in to comment.