HomeJavaModsScavenging
Scavenging

Scavenging

Scavenging is a lightweight, data-driven scavenging system designed for modpack creators.

Players can search blocks using tools or their bare hands and receive custom loot defined through datapacks or KubeJS.

Features

Example Use Cases

KubeJS Friendly

Scavenging recipes can be added through datapacks or KubeJS and are automatically displayed in JEI.

Example Recipe

{
  "type": "scavenging:scavenging",
  "tool": {
    "item": "minecraft:stone_shovel"
  },
  "block": "minecraft:sand",
  "outputs": [
    {
      "item": {
        "id": "minecraft:flint",
        "count": 1
      },
      "chance": 0.25
    }
  ]
}

Documentation

Full documentation, examples and KubeJS integration guides are available on the project wiki.

 Banner

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more