RainbowVille / minegasm

Minegasm = Minecraft (Neo)Forge + haptics
https://www.minegasm.net/
GNU Affero General Public License v3.0
28 stars 9 forks source link

onHurt doesn't work on multiplayer #12

Closed RSwoop closed 1 month ago

RSwoop commented 3 years ago

Apparently LivingHurtEvent doesn't trigger on the client side when on multiplayer

allanf181 commented 8 months ago

I fixed all the events that didn't work in my fork and made some changes to some of the intensity calculation logic https://github.com/allanf181/minegasm/commit/576d6c372ba7c978474541621ccea044fed22039

RSwoop commented 1 month ago

Thanks!