File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Changes
2- - Updated to 1.21.4 Minecraft.
1+ Minor update to add the groundwork for a shield-related features.
2+
3+
4+ ## Additions
5+ - Added new class for easily executing callbacks from an item.
6+ - Added new interface, BlockingItem.
7+ - Items with the ability to block attacks should implement this interface.
8+ - It contains methods that allow the item to configure the nature of its blocking.
9+ - Cooldown duration when disabled.
10+ - How many ticks the item must be used for until it is actively blocking attacks.
11+ - Callbacks
12+ - Damaging the shield.
13+ - Post-block actions.
14+ - Added enchantment callback for post-block actions.
15+ - Added enchantment context (for conditions) for post-block actions.
16+ - In this context, the target is the owner of the enchanted item, the one who blocked the attack.
17+ - Added debug shield item and debug blocking enchantment for developers.
18+ - ** [ LilyLib] ** Enchantment descriptions now also generate a ` .description ` key as well as the existing ` .desc ` key.
You can’t perform that action at this time.
0 commit comments