Momentum - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Continued mining will further increase your Mining Speed per Block mined. Accelerates faster with higher Levels.


Max. Level: 3
Treasure: Yes
Rarity: Rare
Equipable: Tool
Tradeable: True

Formula:

[MiningSpeedFlat] += log(1+([BlocksMined] * MiningSpeedFlatMultiplier))
[MiningSpeedPercent] *= log10(10+([BlocksMined]*MiningSpeedPercentMultiplier)/100)
[BlocksMinedCap] = BaseBlocksMinedCap*(Level*CapLevelScaling)^2
[BlocksMined] += ceil((Hardness+1)^(1+Level/100))
MiningSpeedFlatMultiplier 1.0
MiningSpeedPercentMultiplier 1.0
BaseBlocksMinedCap 41
CapLevelScaling 1.0

Incompatible:

N/A


Special Notes:

N/A

Legacy 1.12.2 & 1.14.4

Effect:

Continued mining will further increase your Mining Speed per Block mined. Accelerates faster with higher Levels.


Max. Level: 3
Treasure: Yes
Rarity: Rare
Equipable: Tool
Tradeable: True

Formula:

[MiningSpeedFlat] += log(1+([BlocksMined] * MiningSpeedFlatMultiplier)/(1+MiningSpeedPreMomentum)^0.25)
[MiningSpeedPercent] *= 1 + ((([BlocksMined] * MiningSpeedPercentMultiplier)^0.55)/Level)
[BlocksMinedCap] = BaseBlocksMinedCap*(Level*CapLevelScaling)^2
[BlocksMined] = (Hardness * (1 + (Level^2/100)))^(1+(Level/100))
MiningSpeedFlatMultiplier 2.0
MiningSpeedPercentMultiplier 0.003
BaseBlocksMinedCap 41
CapLevelScaling 1.0

Incompatible:

N/A


Special Notes:

Block Hardness can not go beyond 1000 for this Enchantment

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