Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published 7 months ago
Updated 3 months ago
All versions
6.2.0
Release
1.20.1-6.2.03 months ago 18.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Singleplayer only
Changes
ProbeJS Legacy 6.1.0 -> 6.2.0
- Parchment mapping support!
- Parchment is an open community-sourced modloader-neutral set of mappings of parameter names and javadocs, to augment the official names released by Mojang.
- In short, Parchment provides better parameter name (
x, y, zinstead ofint2, int3, int4) and builtin document for common classes - ProbeJS Legacy bundles a reprocessed mapping JSON file to provide Parchment mapping with no extra network requirement and minimum mod jar size increase
- fix null
ClassData.parentcausing NPE in dumping process - generic param for class (e.g.
$FoodBuilderin$Consumer<$FoodBuilder>) will now always be formatted as exact type - fix recursive declaration of generic default value
- remove VSCode config addition, there's no need for it now
- fix convertible type not generated for those with no
.assignType() - AutoParamRename is now always on
Types.and()for nothing now providesany
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:KVw0Q70k:m0TaAVwY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KVw0Q70k:m0TaAVwY"
}

