- Removed some platform-specific code from
MpucClient
. - Implemented the promotions specification.
- Added new
modpackAuthor
field to MPUC's config. schemaVersion
is now 4. You can migrate the config in the Editor screen.- Added initial 1.20.2 Fabric support.
- Buildscripts partially cleaned up. (
merged-build.gradle
is nowbuild.gradle
) - Added Quilt 1.19.2 and 1.20.1 support
- Moved some code from
com.jab125.mpuc.client.MpucClient
tocom.jab125.mpuc.Mpuc
- (Might be removed in the future!) Added config to
ObjectShare
(inaccessible in Quilt right now due to the class being restricted) - Quilt now displays the mod author
- A new field is available in update checkers,
requiresMpuc
! IfrequiresMpuc
is bigger than MPUC's protocol version, it will gracefully not load the file instead of crashing the game. The protocol version as of 0.10.0 is 14.