FAQ
Can I use multiple outputs?
Yes.
Each output is rolled independently and may drop at the same time as other outputs.
Can I create recipes that use no tool?
Yes.
Use:
{
"requires_empty_hand": true
}
.requiresEmptyHand(true)
Can tools lose durability?
Yes.
Use:
{
"damage_tool": true
}
.tool('minecraft:iron_shovel').damageTool(true)
The tool will lose 1 durability every time the recipe is executed.
Are datapacks supported?
Yes.
Recipes are loaded through the standard Minecraft datapack system.
Is KubeJS supported?
Yes.
Scavenging recipes can be added through event.recipes.scavenging.scavenging() or through event.custom().
Is JEI supported?
Yes.
All Scavenging recipes are automatically displayed in JEI.
