Skip to content

Commit 4c3726f

Browse files
committed
Blast Mining improvements
1 parent 5492a21 commit 4c3726f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

eco-core/core-plugin/src/main/resources/enchants/blast_mining.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
display-name: "Blast Mining"
22
description: "&a%placeholder%% &8chance to mine blocks in a 3x3 area"
3-
placeholder: "20 * %level%"
3+
placeholder: "5 * %level%"
44
type: normal
55

66
targets:
@@ -28,7 +28,9 @@ effects:
2828
check_hardness: true
2929
disable_on_sneak: true
3030
args:
31-
chance: "20 * %level%"
31+
chance: "5 * %level%"
32+
cooldown: 0.05
33+
send_cooldown_message: false
3234
triggers:
3335
- mine_block
3436
conditions: [ ]

0 commit comments

Comments
 (0)