This release contains a few renames to match the new mojang names,
like animateIcon -> extractAnimation, location -> identifier.
BrightLightTexture was updated to extend Lightmap and needs to be used as a GpuTextureView.
FakeLevel might be a bit broken as this update stops loading of timelines.
ServerReloadersEvent#register overload that accepts location and a plain listener, deprecated the IdentifiableResourceReloadListener overload.ServerReloadersEvent#reload overload that accepts a location and a regular listener.
internally this wraps the listener in a IdentifiableResourceReloadListener, to prepare for IRRLs deprecation in future versions.This port removes fromJsonSerializer and other JsonSerializer related methods,
as JsonSerializer is no longer a thing.
Removed TagManager and LootDataManager types, as those were moved to
dynamic registries.
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.
