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.
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
@Contarct
s to RegistryUtil.
Minecraft
- Added the
world
field to accesswidener. (1.20)
Misc
Base, Analytics and Danger will no longer have access wideners applied.