CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.5k stars 485 forks source link

[FEATURE] Speed-->GrimCollide-->AutoJump #2459

Open Ancnymous opened 8 months ago

Ancnymous commented 8 months ago

LiquidBounce Branch

Nextgen

Describe your feature request.

Add a option named 'AutoJump' on the GrimCollide speed mode. Adding this option will enable us to decide whether the client should automatically jump or not in this speed mode.

Additional context

No response

liquidsquid1 commented 8 months ago

This seems pretty easy. I’ll have a shot at a PR later

(pretty sure it’s just registering an option for AutoJump and an if statement 💀)

Don’t know how much this would bypass though

edit: seems to be using the parent speed module, would need someone more skilled in Kotlin than me to do this

Ancnymous commented 8 months ago

This seems pretty easy. I’ll have a shot at a PR later

(pretty sure it’s just registering an option for AutoJump and an it statement 💀)

Don’t know how much this would bypass though

edit: seems to be using the parent speed module, would need someone more skilled in Kotlin than me to do this

Okay. Thank you for reading this.

liquidsquid1 commented 8 months ago

I have a lacking knowledge in class structures in Kotlin, this would have to be assigned to someone else.

liquidsquid1 commented 5 months ago

I will create a PR for this today 😱