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
breadcrumbs height calculation on snow covered blocks #1280
Comments
You sink into 1/16 of a block. That's just how snow blocks work. ;-; |
As a workaround, try adding another layer of snow or two to that biome. I think you start standing on top of it at layer 2 or 3. You'll be able to see your breadcrumbs just fine then |
@leijurv You always sink 1/16 (or 1 layer) into snow layers, no matter the actual height. I.e. 3 layers (3/16) means you'll walk 2/16 meters up. This also means adding all 16 layers may look like a full snow block, but isn't. |
I suppose the way that breadcrumbs would gauge where to record the player's position could be offset by the max height of whatever block they are currently standing in, given it's not air? |
well we dont really want the max height, we want the difference between rendered height and collided height I guess? is there any block except snow thats like this...? oh soul sand so we could do some cancer with operating on voxel shapes.......... orrrrrrrrrr we could pull a gooooood ol' +0.1251 |
Added in 4.7 |
Describe the bug
Breadcrumbs render height is too low on snow covered blocks.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Breadcrumbs should appear visibly (above snow)
Video
https://streamable.com/ftv70
Setup
Additional context
I do realize that one can use walls option to make it visible. But snow is not wall. Also this problem makes breadcrumbs (without walls) useless on snowy terrain assuming you are walking on the ground.
The text was updated successfully, but these errors were encountered: