We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5492a21 commit 4c3726fCopy full SHA for 4c3726f
eco-core/core-plugin/src/main/resources/enchants/blast_mining.yml
@@ -1,6 +1,6 @@
1
display-name: "Blast Mining"
2
description: "&a%placeholder%% &8chance to mine blocks in a 3x3 area"
3
-placeholder: "20 * %level%"
+placeholder: "5 * %level%"
4
type: normal
5
6
targets:
@@ -28,7 +28,9 @@ effects:
28
check_hardness: true
29
disable_on_sneak: true
30
args:
31
- chance: "20 * %level%"
+ chance: "5 * %level%"
32
+ cooldown: 0.05
33
+ send_cooldown_message: false
34
triggers:
35
- mine_block
36
conditions: [ ]
0 commit comments