Excavation

Abilities

Bigger Scoop

Grants +X% Excavation Luck, which increases the chance for extra drops.

Base value: 4

Increase per 5 levels: 3

Spade Master

Deal X% more damage with shovels.

Base value: 3

Increase per 5 levels: 1

Metal Detector

X% added chance to get rare loot from digging.

Base value: 0.4

Increase per 5 levels: 0.1

Lucky Spade

X% added chance to get epic loot from digging.

Base value: 0.02

Increase per 5 levels: 0.02

Rewards

e

Loot Table

type: block
pools:
  rare:
    base_chance: 0
    selection_priority: 1
    override_vanilla_loot: false
    loot:
      - type: item
        material: stick
        weight: 10
        amount: 1-2
        xp: 20
      - type: item
        material: bone
        weight: 10
        amount: 1-2
        xp: 30
      - type: item
        material: feather
        weight: 10
        amount: 1
        xp: 40
      - type: item
        material: potato
        weight: 7
        amount: 1-2
        xp: 70
        sources: [dirts]
      - type: item
        material: dried_kelp
        weight: 7
        amount: 1-2
        xp: 70
        sources: [sand, red_sand]
      - type: item
        material: gunpowder
        weight: 7
        amount: 1-2
        xp: 70
        sources: [gravel]
      - type: item
        material: coal
        weight: 7
        amount: 1-4
        xo: 70
        sources: [clay, mud]
      - type: item
        material: brown_mushroom
        weight: 7
        amount: 1-3
        xp: 70
        sources: [mycelium]
      - type: item
        material: glowstone_dust
        weight: 7
        amount: 2-4
        xo: 70
        sources: [soul_sand, soul_soil]
  epic:
    base_chance: 0
    selection_priority: 2
    override_vanilla_loot: false
    loot:
      - type: item
        material: arrow
        weight: 10
        amount: 2-3
        xp: 500
      - type: item
        material: quartz
        weight: 10
        amount: 2-4
        xp: 600
      - type: item
        material: name_tag
        weight: 10
        amount: 1
        xp: 700
      - type: item
        material: iron_ingot
        weight: 7
        amount: 1-3
        xp: 1000
        sources: [dirts]
      - type: item
        material: gold_ingot
        weight: 7
        amount: 1-3
        xp: 2000
        sources: [sand, red_sand]
      - type: item
        material: ink_sac
        weight: 7
        amount: 1-3
        xp: 3000
        sources: [gravel]
      - type: item
        material: slime_ball
        weight: 7
        amount: 1-2
        xp: 3000
        sources: [clay, mud]
      - type: item
        material: red_mushroom
        weight: 7
        amount: 3-7
        xp: 3000
        sources: [mycelium]
      - type: item
        material: nether_wart
        weight: 7
        amount: 1-3
        xp: 3000
        sources: [soul_soil, soul_sand]
      - type: item
        material: phantom_membrane
        weight: 4
        amount: 1
        xp: 5000
        sources: [dirts]
      - type: item
        material: turtle_scute
        weight: 4
        amount: 1
        xp: 5000
        sources: [sand, red_sand]
      - type: item
        material: nautilus_shell
        weight: 4
        amount: 1
        xp: 5000
        sources: [gravel]
      - type: item
        material: honeycomb
        weight: 4
        amount: 1-3
        xp: 5000
        sources: [clay, mud]
      - type: item
        material: ghast_tear
        weight: 4
        amount: 1
        xp: 5000
        sources: [soul_sand, soul_soil]
      - type: item
        material: experience_bottle
        weight: 4
        amount: 1-3
        xp: 5000
        sources: [mycelium]
      - type: item
        material: music_disc_blocks
        weight: 1
        amount: 1
        xp: 20000
        sources: [dirts]
      - type: item
        material: music_disc_strad
        weight: 1
        amount: 1
        xp: 20000
        sources: [sand]
      - type: item
        material: music_disc_mall
        weight: 1
        amount: 1
        xp: 20000
        sources: [red_sand]
      - type: item
        material: music_disc_chirp
        weight: 1
        amount: 1
        xp: 20000
        sources: [gravel]
      - type: item
        material: music_disc_far
        weight: 1
        amount: 1
        xp: 20000
        sources: [clay, mud]
      - type: item
        material: music_disc_stal
        weight: 1
        amount: 1
        xp: 20000
        sources: [mycelium]
      - type: item
        material: music_disc_ward
        weight: 1
        amount: 1
        xp: 20000
        sources: [soul_sand, soul_soil]

Sources

default:
  type: block
  trigger: break
  check_replace: true
  menu_item:
    material: '{block}'
sources:
  dirt:
    block: dirt
    xp: 0.3
  grass_block:
    block: grass_block
    xp: 0.7
  coarse_dirt:
    block: coarse_dirt
    xp: 2.3
  podzol:
    block: podzol
    xp: 2.5
  rooted_dirt:
    block: rooted_dirt
    xp: 5.6
  sand:
    block: sand
    xp: 0.4
  red_sand:
    block: red_sand
    xp: 0.7
  gravel:
    block: gravel
    xp: 1.5
  mycelium:
    block: mycelium
    xp: 3.7
  clay:
    block: clay
    xp: 2.4
  soul_sand:
    block: soul_sand
    xp: 2.7
  soul_soil:
    block: soul_soil
    xp: 3.0
  mud:
    block: mud
    xp: 0.5
  muddy_mangrove_roots:
    block: muddy_mangrove_roots
    xp: 2.5
tags:
  excavation_luck_applicable:
  - '*'
  metal_detector_applicable:
  - '*'
  lucky_spades_applicable:
  - '*'
  terraform_applicable:
  - '*'
  dirts:
  - dirt
  - grass_block
  - mycelium
  - coarse_dirt
  - podzol
  - rooted_dirt

Last updated