Immersive Melodies [Fabric/Forge]

Immersive Melodies [Fabric/Forge]

10M Downloads

Incompatible with FastAnim

XSentinelu opened this issue ยท 1 comments

commented

Description
When using the mod alongside the FastAnim, there are no animations of playing instruments

To Reproduce

  1. Install FastAnim and ImmersiveMelodies
  2. Try to play an instrument

Expected behavior
Animations of playing instruments

Screenshots

With FastAnim
with_fastanim

Without
without

Additional context
Minecraft version 1.20.1 fabric
Immersive Melodies - 0.1.0
fastanim-1.6-1.20

commented

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.