Merge Adapter | Damage - WolfyScript/CustomCrafting GitHub Wiki
Key: customcrafting:damage
Merges the damages of all items that are targeted (slots) into one.
The behaviour is similar to the vanilla item repair inside the crafting table.
Properties:
repairBonus – This will add part of the result max durability as a bonus.
additionalDamage – The damage added additionally to the combined values.
{
"key": "customcrafting:damage",
"repairBonus": true,
"additionalDamage": 0
}