FastAnim has been archived. FastAnim will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
How does this benefit performance?
Each time Minecraft wants to draw a frame, ALL entities recalculate the angles of each of their limbs. However, due to a huge oversight by Mojang, MANY of these calculations can easily be sped up, and are sometimes flat-out unnecessary. This mod fixes that by making PI/180 a stored value that isn't calculated multiple times for each entity, using variables instead of repeated calculations, and more. This, when applied to all entities, does indeed speed up performance, whether it be a small bit or a noticeable bit, depending on the surrounding entities and your PC.