How to make a lifesteal enchant?

Started by aaronfink on

Topic category: Help with MCreator software

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make a lifesteal enchant?

I need help, with making a lifesteal enchant. could anyone help me with it?

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
create the enchantment…
Mon, 11/10/2025 - 20:54

create the enchantment called life steal
create a procedure with the trigger entity attacked
  if the item in main-hand of source entity has the life steal enchantment
    set health of source entity to source entity health + amount 

you can also make this multiplied by your life steal level if you want, or have it be (amount/2) x enchant level 

you can get amount by double clicking the dependency on the right side when inside the procedure