promotional bannermobile promotional banner

ProbeJS Legacy

Unofficial continuation of ProbeJS for versions abandoned by official ProbeJS

File Details

1.20.1-6.2.0

  • R
  • May 31, 2026
  • 1.06 MB
  • 126
  • 1.20.1
  • Forge

File Name

ProbeJSLegacy-1.20.1-6.2.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:probejs-legacy-956446:8175835")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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, z instead of int2, 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.parent causing NPE in dumping process
  • generic param for class (e.g. $FoodBuilder in $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 provides any