-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Collision issues (walking through blocks) #209
Comments
@mpaoloni Hmm, odd! Is this with fly on or off? |
Yikes, just reproduced! I wonder how hard it is to fix. |
pspiworld
added a commit
to pspiworld/piworld
that referenced
this issue
Oct 25, 2019
Fixed in Craft pull request fogleman#216 from usernamefreaks. Bug report: fogleman#209
Yikes got it too :p |
Yes, PR #216 fixes this. I also made a fix commit in my fork that uses a different method (swept AABB) for collision detection. |
tsee
pushed a commit
to tsee/Craft
that referenced
this issue
May 29, 2023
Fixed in Craft pull request fogleman#216 from usernamefreaks. Bug report: fogleman#209
tsee
pushed a commit
to tsee/Craft
that referenced
this issue
Jun 2, 2023
Fixed in Craft pull request fogleman#216 from usernamefreaks. Bug report: fogleman#209
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems like the collision system has some issues. I am able to walk (literally) into blocks by going towards corners at a perfect angle.
Tested with 1 and 2 blocks (one stacked on top the other).
2 blocks:
1 block:
The text was updated successfully, but these errors were encountered: