
Scavenging
A lightweight, data-driven scavenging system for modpacks, datapacks and KubeJS.
28 загрузок3 подписчиковMITneoforge
Обновлён 30 мая 2026 г. · опубликован 30 мая 2026 г.

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
- Datapack support
- KubeJS support
- JEI integration
- Multiple loot outputs
- Per-output drop chances
- Optional tool durability consumption
- Bare-hand scavenging recipes
- Fully configurable through JSON
Example Use Cases
- Search sand for flint
- Search gravel for nuggets
- Search dirt for sticks or worms
- Create progression-based resource gathering
- Add custom loot to vanilla or modded blocks
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.

Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.0.0 | Релиз | 1.21.1 | neoforge | 30 мая 2026 г. | Скачать (24 КБ) |
Ченджлог
1.0.0Релиз1.21.1 · 30 мая 2026 г.
Published the mod
Комментарии
Загружаем…