Tetra

Tetra

12M Downloads

Misc Enchantments Support

WenXin20 opened this issue ยท 3 comments

commented

Feature Request

Feature description

How it improves the player experience

  • It would add many more enchantment customization options.

Tetra synergies

  • More modded enchantments support.
commented

Ore Smelter:

  • Pickaxe Enchantment:
    • Flametouch

Attack Speed Enchantment:

  • Weapon Enchantment:
    • Attack Speed X

Natura's Aura:

  • All Tools/Weapons Enchantment:
    • Nature's Mend
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

Added support for Nature's Aura, but I don't intend to add support for Ore Smelter (still just 1.14) and Attack Speed Enchantment.