Anemoi Fragment - TinyModularThings/UniqueEnchantments GitHub Wiki

1.16+ Post-Transcended Update

Effect:

Shift-Rightclicking an Anvil with this Item, will consume burnable Items in your Inventory. While in-air, press the dedicated Hotkey (by default Ctrl) to gain an upwards boost.


Max. Level: 4
Treasure: Yes
Rarity: Very_rare
Equipable: Elytra
Tradeable: True

Formula:

[Boost] += log10(110+(Level*PlayerLevel*BoostScaling)^0.125)-2
[Consumption] -= BaseConsumption/sqrt(Level*ConsumptionAntiScaling)
BoostScaling 1.0
BaseConsumption 10
ConsumptionAntiScaling 1.0

Incompatible:

Icarus Aegis


Special Notes:

Boost is done per tick

Legacy 1.12.2 & 1.14.4

Effect:

Shift-Rightclicking an Anvil with this Item, will consume burnable Items in your Inventory. While in-air, press the dedicated Hotkey (by default Ctrl) to gain an upwards boost.


Max. Level: 4
Treasure: Yes
Rarity: Very_rare
Equipable: Elytra
Tradeable: True

Formula:

[Boost] += log10(110+(Level*PlayerLevel*BoostScaling)^0.125)-2
[Consumption] -= BaseConsumption/sqrt(Level*ConsumptionAntiScaling)
BoostScaling 1.0
BaseConsumption 10
ConsumptionAntiScaling 1.0

Incompatible:

Icarus Aegis


Special Notes:

Boost is done per tick

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