Add module - glide
-
Some old hack had the module glide (ex: resilience, wolfram) would it be possible to add it to LiquidBounce?
-
ofc it is possible you only need to change your motiony
-
@sexma I have no idea how to do this without bugar / back block
-
this.onUpdate = function() { mc.thePlayer.motionY -= 0.1 if (mc.gameSettings.keyBindJump.isKeyDown) { mc.thePlayer.motionY += 0.3 } if (mc.gameSettings.keyBindSneak.isKeyDown) { mc.thePlayer.motionY -= 0.2 } }
-
Glide has been merged into Fly a long time ago, because there is not really difference.