Fishing

Abilities

Lucky Catch

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

Base value: 4

Increase per 5 levels: 3

Treasure Hunter

X% higher chance to get rare loot from fishing.

Base value: 0.4

Increase per 5 levels: 0.2

Epic Catch

X% higher chance to get epic loot from fishing.

Base value: 0.2

Increase per 5 levels: 0.1

Grappler

Hook entities with X% more speed.

Base value: 5

Increase per 5 levels: 2

Rewards

e

Loot Table

type: fishing
pools:
  rare:
    base_chance: 2
    selection_priority: 1
    loot:
      - type: item
        material: iron_ingot
        weight: 15
        amount: 1
      - type: item
        material: gold_nugget
        weight: 10
        amount: 1-4
      - type: item
        material: coal
        weight: 10
        amount: 1-2
      - type: item
        material: bone
        weight: 15
        amount: 1-3
      - type: item
        material: prismarine_shard
        weight: 10
        amount: 1-4
      - type: item
        material: prismarine_crystals
        weight: 10
        amount: 1-4
      - type: item
        material: slime_ball
        weight: 10
        amount: 1-3
  epic:
    base_chance: 0.5
    selection_priority: 2
    loot:
      - type: item
        material: diamond
        weight: 10
        amount: 1
      - type: item
        material: gold_ingot
        weight: 10
        amount: 1-3
      - type: item
        material: coal_block
        weight: 10
        amount: 1
      - type: item
        material: bone_block
        weight: 10
        amount: 1-2
      - type: item
        material: prismarine_shard
        weight: 7
        amount: 3-7
      - type: item
        material: prismarine_crystals
        weight: 7
        amount: 3-7
      - type: item
        material: slime_block
        weight: 7
        amount: 1-2
      - type: item
        material: tipped_arrow
        weight: 1
        amount: 2-5
        potion_data:
          type: weakness
      - type: item
        material: tipped_arrow
        weight: 1
        amount: 2-5
        potion_data:
          type: slowness
      - type: item
        material: tipped_arrow
        weight: 1
        amount: 2-5
        potion_data:
          type: turtle_master
      - type: item
        material: tipped_arrow
        weight: 1
        amount: 2-5
        potion_data:
          type: water_breathing
      - type: item
        material: tipped_arrow
        weight: 1
        amount: 2-5
        potion_data:
          type: poison
      - type: item
        material: tipped_arrow
        weight: 1
        amount: 2-5
        potion_data:
          type: instant_damage
      - type: item
        material: tipped_arrow
        weight: 1
        amount: 2-5
        potion_data:
          type: regen
      - type: item
        material: spectral_arrow
        weight: 2
        amount: 2-5

Sources

default:
  type: fishing
  menu_item:
    material: '{item.material}'
sources:
  cod:
    item:
      material: cod
    xp: 25
  salmon:
    item:
      material: salmon
    xp: 60
  tropical_fish:
    item:
      material: tropical_fish
    xp: 750
  pufferfish:
    item:
      material: pufferfish
    xp: 115
  treasure:
    item:
      category: fishing_treasure
    xp: 1000
    menu_item:
      material: name_tag
  junk:
    item:
      category: fishing_junk
    xp: 30
    menu_item:
      material: stick
  rare:
    item:
      loot_pool: rare
    xp: 2000
    menu_item:
      material: orange_dye
  epic:
    item:
      loot_pool: epic
    xp: 5000
    menu_item:
      material: purple_dye

Last updated