mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-10 03:31:20 +01:00
Updated blast mining
This commit is contained in:
parent
e254007a34
commit
6409473510
@ -16,13 +16,19 @@ discoverable: true
|
||||
enchantable: true
|
||||
|
||||
effects:
|
||||
- id: mine_radius
|
||||
- effects:
|
||||
- id: create_explosion
|
||||
args:
|
||||
power: 0
|
||||
amount: 1
|
||||
- id: mine_radius
|
||||
args:
|
||||
radius: 1
|
||||
blacklisted_blocks: [ ]
|
||||
check_hardness: true
|
||||
disable_on_sneak: true
|
||||
args:
|
||||
chance: "20 * %level%"
|
||||
radius: 1
|
||||
blacklisted_blocks: [ ]
|
||||
check_hardness: true
|
||||
disable_on_sneak: true
|
||||
triggers:
|
||||
- mine_block
|
||||
conditions: [ ]
|
||||
|
Loading…
Reference in New Issue
Block a user