
Select version for changelog:
Changelog
Changelog - Lilium Dynamic Light
[1.2.2]
Fixed
- Hand-Swap Deleting Main-Hand-Only Items: Fixed the hand-swap gesture destroying items held in the main hand (blocks, tools and other main-hand-only items) when an offhand-allowed light item was in the secondary hand.
GestureDetector.handleOffhandSwap()previously overwrote the main hand with the offhand item without preserving its contents. It now aborts the swap when the main hand holds a non-offhand item, so nothing is lost.
Downloads
- Lilium Dynamic Light - V1.2.2.mcaddon (285.47 KB)




The issue occurred because, when holding a light item in the off-hand and a block or tool in the main hand, the swap would overwrite the main-hand item instead of preserving it, causing it to be deleted. Now the swap is blocked whenever the main-hand item can't be used in the off-hand, so nothing gets lost.