90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Changelog
What's new:
Breaking changes for the Mixpanel module, notable ones for others.
Analytics
- Fixed new users getting null IDs.
- ID will only be assigned if analytics are enabled.
- Now, handlers will handle messages if either analytics or crashlytics are on.
- Added null checks for various method arguments.
- Mixpanel module has undergone a rewrite:
org.json
andmixpanel
dependencies were dropped.mixpanel
was condensed into a single MixpanelAPI class, which immediately sends your request.- MessageProvider no longer requires you to return anything.
Content
- Non-prefixed methods in ItemGroupExtensions are now deprecated.
Danger
- Danger will no longer auto-start with the game.
- You no longer need
"dark-matter-danger:instrumentation"
in yourfabric.mod.json
.
- You no longer need
Enums
- EnumWrapper now uses
values()[0]
just in case anything gets renamed.
Recipe Book
- Non-prefixed methods in PaginatedRecipeGroupButtonWidget and PaginatedRecipeBookWidget are now deprecated.
- Removed ApiStatus annotation from classes.
Details
Licensed MIT
Published 2 years ago
Updated 3 months ago