Mod FastAnim by AViewFromTheTop
- 115.61 KB
- 1.20.1
- July 28, 2022
- May 12, 2023
- Utility & QoL
Name | FastAnim | Author | AViewFromTheTop | Description | Optimizes entity animations for better performance! |
---|---|---|---|---|---|
Information | Downloads: Version: 1.20.1 Size: 115.61 KB Updated at: May 12, 2023 Created at: July 28, 2022 | Tags | Utility & QoL |
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, getting rid of all unneeded rotation-setting, calculations, and variables, and eliminating scenarios where a rotation is calculated, set, and is then overwritten by another calculation. 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.