-
-
Notifications
You must be signed in to change notification settings - Fork 703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work around there being a void floor in Bedrock #1405
Conversation
If the player's Y coordinate is -38 or below, we teleport the player below the void floor and they can safely die. :)
I imagine this causes a sudden jump though - couldn't that confuse anticheats? |
It would likely be better than just 'flying' at a Y level, which would probably be even more of a red flag. |
i teleport my players to the spawn if is -38 or below |
This PR shouldn't effect that it will just bypass the invisible floor on bedrock clients. |
True, but it's something I can improve in the future maybe when the main move fixes are done |
it works nice, but it's not as smooth as falling into the void in java. so when u get to -40 it stops for a second. except from that, it works perfect. noice |
I've waited so long to merge this to try to get persistent motion after teleporting, but that's not happening anytime soon. |
If the player's Y coordinate is -38 or below, we teleport the player below the void floor and they can safely die. :)