Ecological - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Standing near Wood(Logs) & Leaves, will recover slowly the durability of your tool.


Max. Level: 3
Treasure: False
Rarity: Rare
Equipable: Durability-based
Tradeable: True

Formula:

[Frequency] = BaseDuration / Log10(10+(PlayerLevel*Level)/ScalingReduction) {Ticks}
BaseDuration 330
ScalingReduction 16

Incompatible:

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


Special Notes:

The Frequency can't get below 0.1, which would equal to 10 Durability per second

"/data/uniquee/tags/blocks/ecological.json" to change whitelisted blocks.

Legacy 1.12.2 & 1.14.4

Effect:

Standing near Wood(Logs) & Leaves, will recover slowly the durability of your tool.


Max. Level: 3
Treasure: Yes
Rarity: Rare
Equipable: Durability-based
Tradeable: True

Formula:

[Frequency] = BaseDuration * Log10(10+(PlayerLevel*Level)/ScalingReduction)^-1 {Ticks}
BaseDuration 600
ScalingReduction 16

Incompatible:

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


Special Notes:

The Frequency can't get below 0.1, which would equal to 10 Durability per second

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