From e2f0fbab16434be552e40ed089d790259c748636 Mon Sep 17 00:00:00 2001 From: zenfyr Date: Thu, 23 Apr 2026 18:14:52 +0700 Subject: [PATCH] chore: better CHANGELOG.md --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f61d1f..6b378c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ # What's New: -- Port to Minecraft 1.21.10 \ No newline at end of file +- Port to Minecraft 1.21.10 + +## ExtraCodecs + +This port removes `fromJsonSerializer` and other `JsonSerializer` related methods, +as `JsonSerializer` is no longer a thing. + +## ReloaderType + +Removed `TagManager` and `LootDataManager` types, as those were moved to +dynamic registries. + +## SavedData + +Removed `SavedDataHelper`, as SavedData was refactored into using datafixerupper codecs, +making this class obsolete. + +Additionally, Fabric provides a data attachment API, which is a (better) replacement for those classes. -- 2.51.2