I want to make armor that will be enchanted when you put it on.

Started by TYL on

Topic category: Help with modding (Java Edition)

Last seen on 21:28, 15. Nov 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to make armor that will be enchanted when you put it on.
I want to make armor that will be enchanted when you put it on. But I don't want a tick procedure because then the same enchantment is enchanted 10,000 times. 
Last seen on 14:30, 14. Jul 2022
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You need to add an if then…
Mon, 06/07/2021 - 16:21

You need to add an if then statement, where if it does not have the enchantment you want, add the enchantment. otherwise, do nothing.