Skip to content

Commit 2e94638

Browse files
committed
Add changelog.
1 parent 257383d commit 2e94638

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

changelog.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
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.

0 commit comments

Comments
 (0)