
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.
Scavenging recipes can be added through datapacks or KubeJS and are automatically displayed in JEI.
{
"type": "scavenging:scavenging",
"tool": {
"item": "minecraft:stone_shovel"
},
"block": "minecraft:sand",
"outputs": [
{
"item": {
"id": "minecraft:flint",
"count": 1
},
"chance": 0.25
}
]
}
Full documentation, examples and KubeJS integration guides are available on the project wiki.
