Skip to content
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

Speed blocks break instantly when running on top of them #4

Open
falkreon opened this issue Nov 15, 2017 · 0 comments
Open

Speed blocks break instantly when running on top of them #4

falkreon opened this issue Nov 15, 2017 · 0 comments

Comments

@falkreon
Copy link
Member

This is technically intentional behavior, but it exists as a temporary solution to a problem:

  • When a speed block is hit above the threshold speed, it disappears clientside
  • The server doesn't care about this. The server can, in due time, notice the same thing and disappear.
  • However, the server cares about falling through solid blocks.
  • The result is janky fallthrough behavior

Potentially the fix is only breaking the blocks serverside, but this needs more research and testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant