Tetra

Tetra

12M Downloads

Support for Ma Enchants Mod

WenXin20 opened this issue ยท 5 comments

commented

Feature Request

Feature description

  • Support for Ma Enchants. It adds several new enchantments.

How it improves the player experience

  • It would add many more tool enchantment customization options.

Tetra synergies

  • More modded enchantments support.
commented

Weapons Enchantments:

  • Wisdom V
  • Ice Aspect II
  • Lifesteal
  • Faster Attack V
  • Combo

Bow/Crossbow Enchantments:

  • Dentonation III
  • Paralysis III
  • Floating III
  • Quick Draw III
  • True Shot

Axe Enchantments:

  • Butchering V
  • Lumberjack

Pickaxe Enchantments:

  • Stone Mending III
  • Reinforced Tip III

Tools Enchantments:

  • Momentum

Weapons/Tool Enchantments:

  • Curse of Butterfingers
  • Curse of Breaking III
commented

For each enchantment i need the following information to implement this:

  • name
  • description
  • id
  • max level
  • applicable items
  • enchantability function (typically something like this: enchantability = base + enchantmentLevel * levelMultiplier)
commented

How might I find the enchantabilith function?

commented

I found a way to generate everything so I only need the enchantment id going forward!
This is available in 2.4.0+

commented

Awesome, thanks!