Started by
TYL
on
Topic category: Help with Minecraft modding (Java Edition)
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.
Topic category: Help with Minecraft modding (Java Edition)
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.
https://imgur.com/a/dMAxGvp Here is a Picture of it.
You need to add an if then statement, where if it does not have the enchantment you want, add the enchantment. otherwise, do nothing.