MCHPRS icon indicating copy to clipboard operation
MCHPRS copied to clipboard

Proper block hitboxes when using block_in_hitbox config option

Open Skurvandrer opened this issue 4 years ago • 3 comments

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.

Skurvandrer avatar Jan 07 '21 09:01 Skurvandrer

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 avatar Jan 09 '21 20:01 StackDoubleFlow

Added in #70

EwanFox avatar Jun 28 '22 11:06 EwanFox

#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 avatar Jul 22 '22 15:07 StackDoubleFlow