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

Proper block hitboxes when using block_in_hitbox config option #32

Open
Skurvandrer opened this issue Jan 7, 2021 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@Skurvandrer
Copy link
Contributor

The server allows a player to place a block so that it intersects with the player, which causes the player to be moved up or along to clear the block, or, if the block is placed at head height, causes them to crawl.

The notchian server will not allow blocks to be placed in these circumstances.

@StackDoubleFlow
Copy link
Member

It would be great to have this as a config option. It's sometimes nice to be able to place blocks in your hitbox when building.

@StackDoubleFlow StackDoubleFlow added the enhancement New feature or request label Oct 25, 2021
@EwanFox
Copy link
Contributor

EwanFox commented Jun 28, 2022

Added in #70

@StackDoubleFlow
Copy link
Member

#70 is a step in the right direction for this issue, but different blocks have a different collision box and we don't quite handle them all yet. For example, in vanilla, you can place a redstone wire on the block you're standing on.

It would be nice to have a more robust collision system in the future, so this issue will remain open.

@StackDoubleFlow StackDoubleFlow changed the title Illegal block placement Proper block hitboxes when using block_in_hitbox config option. Aug 19, 2024
@StackDoubleFlow StackDoubleFlow changed the title Proper block hitboxes when using block_in_hitbox config option. Proper block hitboxes when using block_in_hitbox config option Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants