Added the ability to let tooltips always be shown be in front of the container.
Tooltips used to always show up above the container. With this update, tooltips might appear in front of the container instead of above it. This will happen if the container has a block above it. This will make the tooltips more useful when you have chests stacked on each other for example.
It can also be configured as the default location with a new option in the config:
Code (YAML):
# If this setting is enabled, all tooltips will be in front of the container instead of above the container.
# A container with a block above it will always have its tooltip in front of the container.
tooltip_in_front_of_block
: false
Enabling this option will have the tooltips show up in front of the container even when there is no block above the container.