Excavation

### This is the configuration for EXCAVATION. ###

# Enables/Disables this skill attribute.
Enabled: true

#sets the maximum level a player can achieve.
Level Cap: 100

# This will be applied to the leveling algorithm to lengthen each levels experience requirement.
# BEWARE!! this is a sensitive value. To require more experience for each level gain, increase this amount; to lessen, decrease
Gain Factor: 1.95

# Here you can set the levels required for each type of spade.
Tool Levels:
  Wood:
    Level: 1
  Stone:
    Level: 10
  Iron:
    Level: 20
  Gold:
    Level: 30
  Diamond:
    Level: 45

# Here you can set the experience gained for each type of block.
Blocks:
  Grass: 5
  Dirt: 3
  Gravel: 5
  Sand: 5
  Clay: 10
  Soul_Sand: 6
  Mycel: 10
  Soil: 7

# If enabled and player has silk touch enchanted on a spade, farmland drops farmland instead of dirt.
Silk Soil: true

# if enabled, drops random treasures when digging.
Allow Treasures: true

# set the treasure and the base chance to receive.
# usage: (material ID),(amount),(meta),(chance)
Treasures:
  - 348,2,0,4
  - 351,1,4,5
  - 264,1,0,1
  - 352,3,0,6