-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request]Help for compatibility #234
Labels
Mod Compat
An issue regarding mod compat
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Hmmm. So you are adding your own enchantment, and it is currently applied globally. I can't seem to find your code on your Github account. Is it possible for you link me to your current code and/or send me a version of your mod, so I can take a look? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to make an enchantment mod that adds another damage reduction layer in the event LivingDamageEvent (after all reductions)
I have seen your very complex code (im new in this) and i have seen that it will work in normal vanilla conditions but not when the damage is distributed
Right now, if a player has this enchantment on the boots, the damage reduction will still apply to other areas(like the head)
I'm asking for help on how can i check where part was damaged and apply the reduction according to the enchantment level of the piece of armor.
The text was updated successfully, but these errors were encountered: