The Aether

The Aether

32M Downloads

Feature Request: Smoother/Less choppy Aechor Plant Animation

Zepalesque opened this issue ยท 4 comments

commented

What Feature Types Apply to This Request?

Entity

Other Type

No response

Is This an Enhancement to a Preexisting Feature?

  • I confirm this request is an enhancement to a feature already in The Aether.

What Is Your Feature Request?

The current Aechor Plant animation looks choppy, since it is only updated each tick.

Potentially helpful code from the Aether II (which has a smoother aechor plant animation):
The Aether II - EntityAechorPlant::tickAnimation
The Aether II - RenderAechorPlant::preRenderCallback (sin calculation)

Why Should It Be in the Mod?

It should be in the mod to make the Aechor Plant's animation look better and less out of place, since every other mob animation in the Aether and Minecraft is smooth.

Does This Feature Improve Compatibility With Another Mod?

No response

Please Read and Confirm the Following

  • I have confirmed this feature is either in the original Aether mod, or improves parity between The Aether and Minecraft or other mods.
  • I have confirmed this suggestion is unique and has not been suggested already.
commented

Ok!

commented

If you happen to find more animations that could use fixing make sure to report.

commented

Probably caused by the Aechor Plant's animation code being handled in the regular entity tick, not the client tick.

commented

Yeah this would be nice to have fixed thanks for the report