Incompatible with FastAnim
XSentinelu opened this issue ยท 1 comments
Description
When using the mod alongside the FastAnim, there are no animations of playing instruments
To Reproduce
- Install FastAnim and ImmersiveMelodies
- Try to play an instrument
Expected behavior
Animations of playing instruments
Screenshots
With FastAnim

Additional context
Minecraft version 1.20.1 fabric
Immersive Melodies - 0.1.0
fastanim-1.6-1.20
I don't see how, FastAnim overrides the animation all together here:
@Inject(
at = {@At("HEAD")},
method = {"setAngles"},
cancellable = true
)
public void setAngles(T livingEntity, float f, float g, float h, float i, float j, CallbackInfo info) {
info.cancel();
...And the project is closed source and no longer under maintenance.
