Tags
Creators
Details
Licensed MIT
Published last month
Updated 3 months ago
All versions
1.0.0+1.21.1
Release
BlackBox 1.0.0+1.21.13 months ago 18
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
v1.0.0 BlackBox 1.21.1
Initial release of BlackBox.
Features
- Client-side telemetry and crash reporting delivered via Discord webhook
- No external server or API required
- Session reports sent on server disconnect, game close, and uncaught exceptions
- Separate FPS tracking for the full game session and for individual server sessions
- Collects average, minimum, and maximum FPS
- Collects JVM memory usage (used, allocated, max)
- Collects hardware information: OS, CPU core count, system RAM, GPU renderer, Java version
- Collects client graphics settings: render distance, graphics mode, max FPS, VSync, particles, entity shadows, fullscreen state
- Collects environment info: Minecraft version, Fabric Loader version, installed mods list
- Full stack trace and context included in crash reports
- Configurable anonymous mode to omit the player's name
- Configurable data categories: choose which information types are included in reports
- Configurable triggers: choose whether reports are sent on disconnect, on crash, on game close, or any combination
- Async webhook delivery with queuing, rate-limit handling, and automatic retries
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:6NuND782:cGNZErBM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6NuND782:cGNZErBM"
}

