Reupload - fixes the mod not working
No code changes otherwise
This release adds supports for Fabric/Quilt, as well as Minecraft 1.20.6.
Format changes
pitchin effectappearing_textno longer requires avaluefield - its contents are now inlined. It should possible to combine the new and old formats.soundbitein effectappearing_textis now a resource location and should be inlined. The old format is still supported.
API changes
- A lot of platform-specific code is now hidden away behind
PlatformAbstractionsand its client-side counterpart,ClientPlatformAbstractions. You can get an instance fromCutsceneAPI.platform()andCutsceneAPI.clientPlatform(). Most notable changes include:CutsceneAPIEntitiesis no more. UsePlatformAbstractions#getWaypoint()to get theEntityType- Added
CutsceneNetworkHandler#writeArrayand#readArrayto read and write arrays fromFriendlyByteBufs in a platform-neutral way.
Most cutscenes from previous versions remain compatible to this day, except for the changes described above.

