illusivesoulworks / consecration

Minecraft Mod: Makes the undead more resilent except against fire and holy damage, and adds new features to help you slay them
https://www.curseforge.com/minecraft/mc-mods/consecration
Other
4 stars 5 forks source link

Arrows of Consecration does not kill undead #3

Closed 2hoo closed 6 years ago

2hoo commented 6 years ago

title

TheIllusiveC4 commented 6 years ago

I can't be certain, but I think this is related to a vanilla bug where instant potion effects don't get applied due to the damage cooldown on entities. In any case, I'll try and code a workaround for this.

TheIllusiveC4 commented 6 years ago

Okay, so it wasn't what I said before. Apparently Minecraft never checks if the potions on arrows are supposed to be instant, and assumes they're all supposed to be applied effects. I had to make the Consecration Potion work both instantaneously and as an effect over time.

TL;DR: I fixed it, and it'll be in the next update.