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.jsonandmixpaneldependencies were dropped.mixpanelwas 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.
What's new:
Analytics
- New analytics module!
analytics-crashes -
- Adds event-like crash handling. Also, features a class to quickly upload logs to mclo.gs
- Analytics config moved to JSON + new option for Crashlytics.
Minecraft
- Fixed matrices not getting popped after rendering tooltips. (1.20+)
What's new:
Content
- Fixed item groups not having a name by default. (1.19.3+)
Danger
- Fixed InstrumentationAccess failing to locate the agent jar.
Misc
- Moved icons into
assets/dark-matter*. - Dummy no longer depends on MC version.
What's new:
Content
- Fixed item groups not being registered. (1.20)
- Added createScreenHandler to RegistryUtil.
- Added missing
@Contarcts to RegistryUtil.
Minecraft
- Added the
worldfield to accesswidener. (1.20)
Misc
Base, Analytics and Danger will no longer have access wideners applied.



