Adept - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Player has less of a penalty for mining underwater or in-air


Max. Level: 5
Treasure: No
Rarity: Rare
Equipable: Helmet
Tradeable: False

Formula:

[MiningSpeed] *= -sqrt(1/(1 + Level^2 * LevelScaling))+1
LevelScaling 1.0

Incompatible:

N/A


Special Notes:

This Enchantment works by first mathematically negating the penalty and then applying the Formula

Legacy 1.12.2 & 1.14.4

Effect:

Player has less of a penalty for mining underwater or in-air


Max. Level: 5
Treasure: No
Rarity: Rare
Equipable: Helmet
Tradeable: False

Formula:

[MiningSpeed] *= -sqrt(1/(1 + Level^2 * LevelScaling))+1
LevelScaling 1.0

Incompatible:

N/A


Special Notes:

This Enchantment works by first mathematically negating the penalty and then applying the Formula

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