How to add enchantments to item? #2125
Unanswered
SirEnder125
asked this question in
Mod Dev Support
Replies: 1 comment 7 replies
-
Look at vanilla’s EnchantmentHelper class |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey. I want to add an enchantment to my item, so that every ItemStack will have that enchantment. How can I do this? (To be exact, I don't just want hasGlint() to return true, but an actual effect.)
Beta Was this translation helpful? Give feedback.
All reactions