This PR add integration for ShulkerBoxTooltip as described in MisterPeModder/ShulkerBoxTooltip#30 by registering a PreviewProvider that overwrites the default ShulkerBoxTooltipPreviewProvider by having a higher priority value.
This provider is nearly identical to ShulkerBoxTooltipPreviewProvider with the difference that it overrides getInventoryMaxSize to allow support for the Enlarge enchants.
This PR add integration for ShulkerBoxTooltip as described in MisterPeModder/ShulkerBoxTooltip#30 by registering a
PreviewProvider
that overwrites the defaultShulkerBoxTooltipPreviewProvider
by having a higher priority value. This provider is nearly identical toShulkerBoxTooltipPreviewProvider
with the difference that it overridesgetInventoryMaxSize
to allow support for the Enlarge enchants.