-
-
Notifications
You must be signed in to change notification settings - Fork 68
Bedrock block hitboxes #919
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
Bedrock block hitboxes #919
Conversation
…/bedrock-hitboxes
7967f98 to
7677987
Compare
|
Collision is still wrong, however not noticeable (on BDS atleast), looks at the Y coords slightly being pushed up. Minecraft_.1.21.10.-.Multiplayer.3rd-party.Server.2025-10-21.17-40-38.mp4 |
FlorianMichael
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure they're all tested. If a PR is not tested or still in progress, mark them as draft or change the PR title to something like "[WIP] Add hitboxes"
.../java/com/viaversion/viafabricplus/injection/mixin/features/block/shape/MixinChestBlock.java
Outdated
Show resolved
Hide resolved
.../java/com/viaversion/viafabricplus/injection/mixin/features/block/shape/MixinChestBlock.java
Show resolved
Hide resolved
...n/java/com/viaversion/viafabricplus/injection/mixin/features/block/shape/MixinDoorBlock.java
Outdated
Show resolved
Hide resolved
...n/java/com/viaversion/viafabricplus/injection/mixin/features/block/shape/MixinDoorBlock.java
Outdated
Show resolved
Hide resolved
.../viaversion/viafabricplus/injection/mixin/features/block/shape/MixinEndPortalFrameBlock.java
Outdated
Show resolved
Hide resolved
.../com/viaversion/viafabricplus/injection/mixin/features/block/shape/MixinEnderChestBlock.java
Show resolved
Hide resolved
...va/com/viaversion/viafabricplus/injection/mixin/features/block/shape/MixinTrapdoorBlock.java
Outdated
Show resolved
Hide resolved
|
|
|
All values have been triple checked and are correct |
Yes i tested them this time (sorry)
Fixes #918