324.7Kdownloads
11followers
Dark Matter has been archived. Dark Matter will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
0.8.0-1.20
Beta
0.8.0 (1.20)3 years ago 305
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Server-side
Changes
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.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| dark-matter-0.8.0-1.20-sources.jar | Unknown | 10.9 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qcz8IJ9L:sPMb8Y9q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qcz8IJ9L:sPMb8Y9q"
}

