Ecological - TinyModularThings/UniqueEnchantments GitHub Wiki
1.16+ Post-Transcended Update
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 |
[Frequency] = BaseDuration / Log10(10+(PlayerLevel*Level)/ScalingReduction) {Ticks}
BaseDuration | 330 |
ScalingReduction | 16 |
Warrior's Grace, Mending, Ender Mending, Ender Marksmen, Infinity
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
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 |
[Frequency] = BaseDuration * Log10(10+(PlayerLevel*Level)/ScalingReduction)^-1 {Ticks}
BaseDuration | 600 |
ScalingReduction | 16 |
Warrior's Grace, Mending, Ender Mending, Ender Marksmen, Infinity
The Frequency can't get below 0.1, which would equal to 10 Durability per second