Bug with primitive mobs and blood magic armor
mxnmnm opened this issue ยท 1 comments
Issue Description:
Primitive mobs brain slime bug with helmets
What happens:
Living and sentient helmets get damaged when brain slimes attach to your head. I asked the author of that mod to fix it but he said it was on your end.
Daveyx0/PrimitiveMobs#167 (comment)
What you expected to happen:
No damage given to the helmets
Steps to reproduce:
- Install primitive mobs and blood magic
- Wear a sentient or living helmet
- Get attacked by brain slime
Affected Versions (Do not use "latest"):
- BloodMagic: 2.3.3-101
- Minecraft: 1.12.2
- Forge: 14.23.5.2796
- Primitive Mobs: 1.2.2a
They are ignoring the fact that our armor implements ISpecialArmor
which provides damageArmor(...)
. They should be calling that.