Incompat with Better Animations Collection Mod
WenXin20 opened this issue ยท 3 comments
Describe the bug
- This mod is incompatible with the Better Animations Collection mod.
- When Whisperwoods is installed, an error is printed out to the logs.
To Reproduce
Steps to reproduce the behavior:
- Spawn spider and observe no new animations
- Check logs for error
Log output/error
Expected behavior
- Spiders, pigs, squids, etc. should have extra animations.
Versions:
Forge v36.2.4
MC v1.16.5
Whisperwoods v2.0.2
Better Animations Collection v1.2b6
Additional Context
- It is most likely related to the null in renders as as betteranimation goes and calls getModel(), then does stuff without checking if it is null
- Pokecube had a similar incompat, which was able to be fixed by replacing the null in the render:
Pokecube-Development/Pokecube-Issues-and-Wiki@94a3292
Sure, but this isn't our bug. The mod should handle null models correctly when dealing with other mod's renderers.
Yeah, which is why I made a report to Better Animations as well. I reported it here in case any changes had to be made.