Started by
sempronio1
on
Topic category: Help with Minecraft modding (Java Edition)
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
Maybe add an if block to check if they already have the enchant
I did "bootstickevent" and then "add enchantment [...] with level [...] to provided itemstack"
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