A subtle client-side mod that adds drop shadows beneath items in GUIs, adding depth to the hotbar, inventory screens, advancements, etc. By default, shadows are translucent, offset by one pixel down/right, and cropped to fit within item slots.
This fork should have little to no impact on performance as shadows are batched with existing render calls!
Shadows can be configured via the generated shadowdrop-client.toml file.
Note: for cropping shadows, item slots are detected using the color of the pixel to the bottom right of each item. Adjust
slotBrColorsfor compatibility with resource packs or modded GUIs where this pixel is not #FFFFFF.
⚠ Mods that may need configuration for proper compatibility:
- Accelerated Rendering: disable
gui_acceleration
Note: EMI (use-batched-renderer) and ImmediatelyFast (hud_batching) are now fully compatible.