Elemental enchantments

Elemental enchantments

Mod

Adds simple elemental enchantments & curses to the game

Client and server EquipmentMagic

86.3k downloads
136 followers
Follow Save
Filter loader...
Filter versions...
  • Updated to 1.21.10
  • Rework Lightning aspect (same as 1.21.9, but full changelog kept here for ease of access)
    • This fixes an issue with level 1 of the enchantment being a nerf rather than a boost
    • New formula is speed * (elecAspectlevel / elecAspectSpeedNerf) * (1 / powerNerf))
    • When porting an old config file (assuming you're using MidnightLib), make sure you reset the elecAspectSpeedNerf (new value is 5.0) and elecAspectWPowerSpeedNerf (new value is 2.0), or do it in game.
  • Updated to 1.21.9 (yes, this does not support 1.21.10... you can thank mojang for that)
  • Rework Lightning aspect
    • This fixes an issue with level 1 of the enchantment being a nerf rather than a boost
    • New formula is speed * (elecAspectlevel / elecAspectSpeedNerf) * (1 / powerNerf))
    • When porting an old config file (assuming you're using MidnightLib), make sure you reset the elecAspectSpeedNerf (new value is 5.0) and elecAspectWPowerSpeedNerf (new value is 2.0), or do it in game.

1.21.5+2.5.1

by Creerio on Oct 26, 2025
Download
  • Mark mod as incompatible with MC 1.21.9+

1.21.5+2.5.0

by Creerio on Mar 29, 2025
Download
  • Updated to 1.21.5
  • Changed how equipment changes are checked for some enchantments, this should result in a bit more performance

1.21.4+2.4.1

by Creerio on Mar 25, 2025
Download
  • Mark incompatible w/ MC 1.21.5+

The 1.21.5 update is almost ready, some testing is required & I'm kind of waiting on carpet to update their mod version to look into some specific cases. In the meantime, please be patient.

  • Added Carpet on dev environment to test enchantments on fake player entities
  • Tweaked Earth Aspect :
    • Instead of adding upper velocity, the attacked entities will now see their velocity replaced
    • The vertical velocity has received a tiny buff
    • The effect should now apply only when the attacked entity is on the ground, conditioned in the datapack file (this can be overwritten using datapacks)
  • Tweaked Wind Aspect :
    • Instead of adding velocity, the attacked entities will now see their velocity replaced
    • The effect has been slightly buffed to have some impact
    • Knockback resistance is now taken into account
  • Tweaked Wind Curse :
    • Changed the way knockback is handled to use velocity, this results in vertical knockback being added to the effect (depends on how you hit the entity)
      • This also results in some datapack changes to allow this effect to work as intended. If you modified this enchantment's strength in your own datapack, please make sure to check the new file to adapt yours properly !
    • Fixed the enchantment not working in some scenarios (like hitting a player with a "cooldown charged" sword)

1.21+2.2.0

by Creerio on Feb 9, 2025
Download
  • Added Carpet on dev environment to test enchantments on fake player entities
  • Tweaked Earth Aspect :
    • Instead of adding upper velocity, the attacked entities will now see their velocity replaced
    • The vertical velocity has received a tiny buff
    • The effect should now apply only when the attacked entity is on the ground, conditioned in the datapack file (this can be overwritten using datapacks)
  • Tweaked Wind Aspect :
    • Instead of adding velocity, the attacked entities will now see their velocity replaced
    • The effect has been slightly buffed to have some impact
    • Knockback resistance is now taken into account
  • Tweaked Wind Curse :
    • Changed the way knockback is handled to use velocity, this results in vertical knockback being added to the effect (depends on how you hit the entity)
      • This also results in some datapack changes to allow this effect to work as intended. If you modified this enchantment's strength in your own datapack, please make sure to check the new file to adapt yours properly !
    • Fixed the enchantment not working in some scenarios (like hitting a player with a "cooldown charged" sword)
  • Port to 1.21.4

1.21.2+2.2.0

by Creerio on Oct 26, 2024
Download
  • Port to 1.21.2

1.21+2.1.1

by Creerio on Oct 16, 2024
Download
  • Fix crash when equipping/swapping cursed armor (only when midnightlib is not installed)

1.20+1.2.1

by Creerio on Sep 28, 2024
Download
  • Fix packet error when joining a server on MC versions 1.20.2+ (See #5)

1.20.5+1.3.0

by Creerio on Sep 17, 2024
Download
  • Small buff to earth aspect's Y velocity on non player entities
  • Fix light curse having no effect
  • Add curse of binding effect when an armor's curse effect is active
    • This can be disabled on the server's side with MidnightLib, without the need for a client to have that mod

1.21+2.1.0

by Creerio on Sep 17, 2024
Download

Edited on 2024-10-26 :

/!\ Please use the 1.21+2.1.1 version as this one (1.21+2.1.0) contains a hard crash when not using MidnightLib ! /!\

  • Small buff to earth aspect's Y velocity
  • Separate earth aspect's vertical velocity between players and other entities :
    • This modifies the existing "vertical_factor" property to "vertical_factor_entities"
    • It also adds a "vertical_factor_players" property
  • Add curse of binding effect when an armor's curse effect is active
    • This can be disabled on the server's side with MidnightLib, without the need for a client to have that mod

1.20+1.2.0

by Creerio on Sep 17, 2024
Download
  • Small buff to earth aspect's Y velocity on non player entities
  • Add curse of binding effect when an armor's curse effect is active
    • This can be disabled on the server's side with MidnightLib, without the need for a client to have that mod

1.21+2.0.1

by Creerio on Jul 17, 2024
Download

1.20.5+1.2.3

by Creerio on Jul 17, 2024
Download
  • Fix crash when an entity with no GENERIC_ATTACK_DAMAGE attribute hits another (See #4)

1.21+2.0.0

by Creerio on Jul 14, 2024
Download

Edited on 2024-07-17 :

/!\ WARNING : Please use the 2.0.1 version for MC 1.21+ if you plan on using this mod, this version (2.0.0) contains a rare hard crash which is fixed on newer versions !

  • Rewrite for 1.21 : The mod is partially data driven now
  • Added particle effects to Curse of never-ending fire/freezing and Frost Aspect
  • "Fixed" Earth Curse & Lightning aspect not working when in offhand.
  • Some MidnightLib configuration were removed, they are now available using datapacks.
    • More configuration options were added such as sound and particles. Some enchantments effects are also more customisable
    • If you plan on tweaking some values, please look into the files from this folder

1.20.5+1.2.2

by Creerio on Jul 14, 2024
Download

Edited on 2024-07-17 :

/!\ WARNING : Please use the 1.2.3 version for MC 1.20.5-1.20.6 if you plan on using this mod, this version (2.0.0) contains a (rare) hard crash which is fixed on newer versions !

  • Backport some changes from the 1.21 branch:
    • Added particle effects to Curse of never-ending fire/freezing and Frost Aspect
    • "Fixed" Earth Curse & Lightning aspect not working when in offhand.

1.20+1.1.4

by Creerio on Jul 14, 2024
Download
  • Backport some changes from the 1.21 branch:
    • Added particle effects to Curse of never-ending fire/freezing and Frost Aspect
    • "Fixed" Earth Curse & Lightning aspect not working when in offhand.

Project members

Creerio

Owner

Details

Licensed LGPL-3.0-only
Published 2 years ago
Updated 7 days ago