I have a problem doing an enchanted armor

Started by sempronio1 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I have a problem doing an enchanted armor

I want to make some boots that have Feather Falling X already set. But as soon as I put them on, the enchant multiplies many times over. How do I fix it

Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe add an if block to…
Sat, 11/04/2023 - 11:00

Maybe add an if block to check if they already have the enchant

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I did "bootstickevent" and…
Sat, 11/04/2023 - 11:25

I did "bootstickevent" and then "add enchantment [...] with level [...] to provided itemstack"

Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
im not sure what is…
Sat, 11/04/2023 - 11:41

im not sure what is bootstickevent, but you if you put a "if" block to make sure it doesn't have the enchant already then it should only appear once

Or you could change the event to something else that happens only once but it may not be what you want