26 lines
399 B
YAML
26 lines
399 B
YAML
display-name: "Excavation"
|
|
description: "Digs &a%placeholder%&r extra blocks"
|
|
placeholder: "%level%"
|
|
type: normal
|
|
|
|
targets:
|
|
- shovel
|
|
conflicts: [ ]
|
|
rarity: legendary
|
|
max-level: 5
|
|
|
|
tradeable: true
|
|
discoverable: true
|
|
enchantable: true
|
|
|
|
effects:
|
|
- id: drill
|
|
args:
|
|
amount: "%level%"
|
|
check-hardness: true
|
|
disable-on-sneak: true
|
|
triggers:
|
|
- mine_block
|
|
|
|
conditions: [ ]
|