mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-26 15:45:12 +01:00
Blast Mining improvements
This commit is contained in:
parent
5492a217cb
commit
4c3726feff
@ -1,6 +1,6 @@
|
|||||||
display-name: "Blast Mining"
|
display-name: "Blast Mining"
|
||||||
description: "&a%placeholder%% &8chance to mine blocks in a 3x3 area"
|
description: "&a%placeholder%% &8chance to mine blocks in a 3x3 area"
|
||||||
placeholder: "20 * %level%"
|
placeholder: "5 * %level%"
|
||||||
type: normal
|
type: normal
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
@ -28,7 +28,9 @@ effects:
|
|||||||
check_hardness: true
|
check_hardness: true
|
||||||
disable_on_sneak: true
|
disable_on_sneak: true
|
||||||
args:
|
args:
|
||||||
chance: "20 * %level%"
|
chance: "5 * %level%"
|
||||||
|
cooldown: 0.05
|
||||||
|
send_cooldown_message: false
|
||||||
triggers:
|
triggers:
|
||||||
- mine_block
|
- mine_block
|
||||||
conditions: [ ]
|
conditions: [ ]
|
||||||
|
Loading…
Reference in New Issue
Block a user