Skip to content

Commit

Permalink
Blast Mining improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Aug 31, 2022
1 parent 5492a21 commit 4c3726f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
display-name: "Blast Mining"
description: "&a%placeholder%% &8chance to mine blocks in a 3x3 area"
placeholder: "20 * %level%"
placeholder: "5 * %level%"
type: normal

targets:
Expand Down Expand Up @@ -28,7 +28,9 @@ effects:
check_hardness: true
disable_on_sneak: true
args:
chance: "20 * %level%"
chance: "5 * %level%"
cooldown: 0.05
send_cooldown_message: false
triggers:
- mine_block
conditions: [ ]

0 comments on commit 4c3726f

Please sign in to comment.