Old-LiquidBounce-Issues
Old-LiquidBounce-Issues copied to clipboard
[BUG] Rewinside Fly doesn't work in **1.12.2-Forge (cross_version devbuild)**
Describe the bug Rewinside Fly doesn't work in 1.12.2-Forge (cross_version devbuild) which is not yet released. When using fly with rewinside mode, the player will fall as if fly was disabled. However, 1.8.9-Forge cross_version does not have this issue. Btw LiquidWalk vanilla/ncp mode now bounce up and down unlike 1.8.9 one. Idk if this is related Hypixel mode doesn't work as well, however, BoostHypixel works for some strange reason.
To Reproduce Steps to reproduce the behavior:
- Enable fly with rewinside mode
- Notice the player falls as usual
Additional information:
- OS: Gentoo GNU/Linux
- LiquidBounce Build Version b73 c784d84 (self built 1.12)
- Minecraft Version 1.12.2
- It seemed this is happening because of none of the
Block
s inBlockBBEvent
isBlockAir
. I never see air inevent.block
in BlockBBEvent .akaclassProvider.isBlockAir(event.block)
was nevertrue
Edit0: There is indeedBlockAir
in the event, but very rare (randomly). Edit1: Most likely thatBlockAir
no longer has a blockBox Edit2: I guees theBlockAir
in the event might be a block that is on the top of a fence