crazycat256
crazycat256
> Are you sure implementing the `isTouchingBubbleColumn` method is necessary? I would have assumed there would be a method already present in minecraft to do that. Could try one of...
@Theboiboi8 The expected behavior when disabled is simply not to display nametags of entities that are not directly visible to the player. What do you think could be improved?
This looks at the position of the player's eye. Indeed, player parts can appear without the nametag being displayed but that does not seem problematic to me. The main objective...
It would be quite complicated because it would mean raycasting all over the entity, which would rapidly reduce fps
This modification just adds an unwanted offset to the eye position. Place your fake-player to the left of your blocks to see this
I've fixed it
> Why allow customizing instead of using the vanilla ? A diff msg would tell the person the target is vanished. If for some reason (a plugin, a version change)...
I dont know