[Bug][1.18.2]: Mobs with 0 base defense are invulnerable
Endgineer opened this issue ยท 1 comments
General Info
- I am running a modpack
- I can reproduce this issue consistently in single-player
- I can reproduce this issue consistently in multi-player
- I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
- I am crashing and can provide my crash report(s)
- I am using the latest version of the mod
Forge version
40.2.10
Mod version
2.0.0-beta.9
Java version
Java 17.0.8
Issue Description
Since ce6bfbf, setting base defense to 0 causes mobs to take no damage. Probably means 0 defense is not accounted for in damage calculation; for example, here.
Additional Information
No response