All versions
2.0.1
Release
Info+ š 2.0.13 weeks ago 20
Compatibility
Minecraft: Java Edition
1.20ā1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Client and server
Changes
Changelog
2.0.1
Compared with previous git commit 371bfbf.
Changed
- Bumped Info+ mod version from
2.0.0to2.0.1for both Forge and Fabric builds. - Improved
basicreport profile output so it now returns a shorter summary:- CPU
- RAM usage and total RAM
- GPU
- OS
- Java version and vendor
- Minecraft version, loader name, and loader version
- Added
exportreport profile for both Forge and Fabric:/info export/infoplus export/info <player> export/infoplus <player> export
exportcollects full system data, saves it as pretty JSON underinfoplus/exports/, and shows the saved file path when complete.- Export file names use
<playerName>-<playerUUID>-<YYYYMMDD>-<HHMMSS>.json. - Improved in-game report readability by coloring report field labels in aqua while keeping values in the default text color.
Affected Projects
f-1.20.1fb-1.20.1
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:oRgKGxhT:aL4K8DQE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oRgKGxhT:aL4K8DQE"
}

