Ender Mending - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Mending with extra effects. Exceeding Experience will be stored in a Cache.
If the Cache is filled to a certain extent it will start distributing Experience to any Item in Default Player Inventory with Mending the specified Enchantments in an interval.


Max. Level: 3
Treasure: Yes
Rarity: Very_rare
Equipable: non-Armor Durability
Tradeable: False

Formula:

[InventoryTreshhold]  1/(1+((Level*TreshholdLevelScaling)/100)) 
[StorageCap] ceil(DefaultStorage * StorageMultiplierBase^sqrt(Level)) 
[Enchantments] Mending, Ender Mending, Grimoire (configurable) 
TreshholdLevelScaling 1.0
DefaultStorage 250
StorageMultiplierBase 1.72

Incompatible:

Mending, Infinity, Ender Marksmen, Warrior's Grace, Ecological


Special Notes:

Can not be enchanted on Armor. However it will distribute the Experience to the Armor, if the Armor has Mending on it. As of Durability Restoring, it uses Mending Calculation. If you have a Mod changing Vanilla Mending behaviour, this is affected as well.

Legacy 1.12.2 & 1.14.4

Effect:

Mending with extra effects. Exceeding Experience will be stored in a Cache.
If the Cache is filled to a certain extent it will start distributing Experience to any Item in Default Player Inventory with Mending the specified Enchantments in an interval.


Max. Level: 3
Treasure: Yes
Rarity: Very_rare
Equipable: non-Armor Durability
Tradeable: False

Formula:

[InventoryTreshhold]  1/(1+((Level*TreshholdLevelScaling)/100)) 
[StorageCap] ceil(DefaultStorage * StorageMultiplierBase^sqrt(Level)) 
[Enchantments] Mending, Ender Mending, Grimoire (configurable) 
TreshholdLevelScaling 1.0
DefaultStorage 250
StorageMultiplierBase 1.72

Incompatible:

Mending, Infinity, Ender Marksmen, Warrior's Grace, Ecological


Special Notes:

Can not be enchanted on Armor. However it will distribute the Experience to the Armor, if the Armor has Mending on it. As of Durability Restoring, it uses Mending Calculation. If you have a Mod changing Vanilla Mending behaviour, this is affected as well.

⚠️ **GitHub.com Fallback** ⚠️