diff --git a/doc/1.21-notes.md b/doc/1.21-notes.md index 6b899b3022..c7c3ad49e8 100644 --- a/doc/1.21-notes.md +++ b/doc/1.21-notes.md @@ -10,7 +10,7 @@ * capabilities: https://neoforged.net/news/20.3capability-rework/ * networking: https://neoforged.net/news/20.4networking-rework/ * major 1.20.5 changes (item components, Java 21, and more): https://neoforged.net/news/20.5release/ - * 1.21 (only minor changes in the NeoForge-specific API): https://neoforged.net/news/21.0release/ + * 1.21 (damage-related events, a few deprecations): https://neoforged.net/news/21.0release/ * Fabric/vanilla update checklist: * 1.20.2 (mostly networking): https://fabricmc.net/2023/09/12/1202.html * 1.20.3/.4 (/tick support, block API changes, etc.): https://fabricmc.net/2023/11/30/1203.html @@ -56,10 +56,11 @@ * Elementium armor pieces (other than helmet) could be merged into `ElementiumArmorItem` with an additional constructor parameter for the pixie spawn chance (instead of duplicating the attribute modifier logic) * Use customized explosion behavior for key explosions instead of EntityMixin * Move a whole lot of item data over to components (likely including CCA item components and potentially even some Forge item capabilities) +* Make more registries dynamic/datapackable, e.g. brews ### Feature candidates (potentially breaking changes) * nice-to-have Patchouli features we could use, that are yet to be merged: - * generic advancement trigger for reading a book (PR #715) + * ~~generic advancement trigger for reading a book (PR #715)~~ -> done, switch lexicon use trigger over to Patchouli read trigger * proper localization for book editions (PR #648) * Runic altar recipes: * reagent definitions in recipe instead of hard-coded Livingrock