
Shadow Drop
Adds drop shadows to items in GUIs.
- Загрузки
- 12K
- Подписчики
- 54
- Обновлён
- 13 апреля 2026 г.
- Лицензия
- MIT
Опубликован 20 марта 2026 г.
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.
⚠ As shadows effectively double the number of items rendered in GUIs, expect a performance tradeoff, especially when many items are visible at once.
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:
- EMI: disable
use-batched-renderer - ImmediatelyFast: disable
hud_batching - Accelerated Rendering: disable
gui_acceleration
Ченджлог
1.3.0-1.20.1-forgeРелиз1.20.1 · 13 апреля 2026 г.
v1.3.0
- Fixed depth scaling of shadows, should improve compatibility with more modded GUIs
- Items are now offset towards the camera to ensure space behind them for shadows, should also improve mod compatibility (toggleable with
offsetItemsconfig) - Items configured as transparent now fully skip shadow rendering
- Some small optimisations
- Reworked config:
- Removed redundant
shadowZOffsetconfigs - Added
offsetItemsconfig - Added experimental
forceDepthRefreshconfig
- Removed redundant
1.2.0-1.20.1-forgeРелиз1.20.1 · 11 апреля 2026 г.
v1.2.0:
- Adjusted how shadows are offset in the Z axis to improve compatibility with mods that scale or rotate items in GUIs
- Reworked config:
- Split
shadowZOffsetintoshadowZaOffsetandshadowZbOffset - Added
uncropUnderCursor
- Split
1.1.1-1.21.1-neoforgeРелиз1.21.1 · 1 апреля 2026 г.
Ported to neoforge 1.21.1
1.1.1-1.20.1-forgeРелиз1.20.1 · 31 марта 2026 г.
Hotfix v1.1.1:
- Reimplemented slot cache refresh when GUI changes
1.1.0-1.20.1-forgeРелиз1.20.1 · 28 марта 2026 г.
v1.1.0:
- Rewrite to hopefully improve compatibility with more modded GUIs
- Now compatible with JEI item list
- Still requires
use-batched-rendererto be set tofalsefor EMI - Reworked config:
- Added
shadowColor - Added
shadowZOffset - Expanded shadow and crop contexts
- Added
1.0.1-1.20.1-forgeРелиз1.20.1 · 20 марта 2026 г.
Hotfix v1.0.1:
- Fixed mixin running on servers, should now just be running on client
1.0.0-1.20.1-forgeРелиз1.20.1 · 20 марта 2026 г.
First release
Комментарии
Загружаем…