promotional bannermobile promotional banner

ProbeJS Legacy

Unofficial continuation of ProbeJS for versions abandoned by official ProbeJS

File Details

1.20.1-6.0.1: Skip redundant classloading

  • R
  • Jan 24, 2026
  • 474.69 KB
  • 37
  • 1.20.1
  • Forge

File Name

ProbeJSLegacy-1.20.1-6.0.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

ProbeJS Legacy 6.0.0 -> 6.0.1

Skip redundant classloading

  • Anonymous classes will be skipped when scanning classes in Forge data and mod Jar
  • fix some NPE issue
    • NPE when there's no java(...)/Java.loadClass(...) usage in a script type
    • NPE when a mod in Mods with forced Full Scanning config provides no jar manifest
  • [1.16.5] make BuiltinEventRecord.RECORDS a mutable map, to allow adding custom event record
  • [1.20.1] add type doc for ReplacementMatch
  • [1.16.5] add JSMemberType.Builder.literalMember(...) back for backward compat (mostly KesseractJS compat)
  • [1.16.5] remove duplicated event record
  • [1.16.5] make AccessClassData a static util class