Cracker's Wither Storm Mod

Cracker's Wither Storm Mod

5M Downloads

1.16.5 1.0.2.4 Wither sickness layer glitches with epic fight animations

Joshowa5 opened this issue ยท 4 comments

commented

Minecraft version
1.16.5 but you will probably have the same bug on later versions but i don't rly know because i cant use 1.18+

Mod version
1.0.2.4

Describe the bug
the wither sickness layer doesn't work properly with epic fight animations

To Reproduce
Steps to reproduce the behavior:

  1. install epic fight mod
  2. Get infected with a almost fatal disease called "Wither Sickness"

Screenshots
Screen Shot 2022-09-19 at 6 11 26 AM
Screen Shot 2022-09-19 at 6 11 10 AM
first person:
2022-09-19_06 10 02

commented

known bug, epicfight is shit when it comes to compatibility

commented

Yeah this does not seem easily fixable. Epic fight's player model modifications don't make it to the wither sickness layer, which effectively re-renders the player model with the wither sickness overlay as the texture. There isn't anything I can really do on my end.

commented

Yeah this does not seem easily fixable. Epic fight's player model modifications don't make it to the wither sickness layer, which effectively re-renders the player model with the wither sickness overlay as the texture. There isn't anything I can really do on my end.

Actually there is, epic fight makes changes to the player model and it uses a system to translate cube models into triangle ones so it allows for bends. If you want to patch armor models, not sure how the sickened layer is written, but you can in fact fix the vertex groups inside of a program of your choice and export these json models and add in a patch between both mods. Theres a tutorial being worked on on the epic fight wiki, but it's beeing constantly updated and you can learn how to do this in blender pretty easily. I'm the current maintainer of the epic fight mod, and i would gladly help you out in any issues regarding this overlay.

commented

Alright thanks for reaching out, I'll look into it further