feat: update changelog
This commit is contained in:
parent
04690bf72c
commit
5d92cc6d32
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
1.0.8-RC1: Update n°5 (XX/XX/XX)
|
||||
[FEATURES]
|
||||
- Persistence and cache will now fallback to local alternatives when unreachable.
|
||||
- Player check GUI has been updated to better reflect the current state of player's disguises.
|
||||
- Developers can now listen to the PlayerDisguiseEvent and cancel the disguise process.
|
||||
|
||||
[OTHER]
|
||||
|
|
|
@ -2,4 +2,4 @@ package xyz.ineanto.nicko.i18n;
|
|||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public record ItemTranslation(String name, ArrayList<String> lore) {}
|
||||
public record ItemTranslation(String name, ArrayList<String> lore) {}
|
Loading…
Reference in a new issue