AresClient / ares

Ares is a free, open source minecraft utility mod aimed at anarchy servers.
https://aresclient.org
GNU Lesser General Public License v3.0
192 stars 28 forks source link

Added Crystal Canceller options for on hit, and on sound packet recei… #16

Closed Makrennel closed 3 years ago

Makrennel commented 3 years ago

…ved with default set as "NO_DESYNC" meaning turned off. Also fixed fabric not building by using 1.16.3 branch of fabritone; however, this breaks compatibility with Sodium. The mods will still function together, but Sodium will lock the user in place if they try to use baritone.

Fixes #. Fixed Fabric not building because Fabritone branch was deleted; however, this breaks compatibility with Sodium. The mods will still function together, but Sodium will lock the user in place if they try to use baritone.

Changes proposed in this pull request: Clear explanation of what this fixes or adds Added crystal cancel (fast mode) options for Crystal Aura on both Fabric and Forge for everyone who kept asking for it to be faster. This has the option to cancel the crystal as soon as the player hits it, or when the server sends the sound packet to the player. By default the setting is set to "NO_DESYNC" as crystal cancel can cause desync. Added "NONE" to Crystal Aura rotations because some servers don't check for rotations anyways and the PACKET rotations on Fabric triggers the survival fly check on some anticheats. This doesn't appear to happen on the forge version with ViaForge, but I'm not the best person to test it on the particular server in question (endcrystal.me) because my ping is high.

Additional context I would recommend fixing the Fabritone branch as soon as is possible, this is just a band-aid so that it's buildable.

Tigermouthbear commented 3 years ago

I'll fix fabritone now