promotional bannermobile promotional banner

ProbeJS Legacy

Unofficial continuation of ProbeJS for versions abandoned by official ProbeJS

File Details

1.20.1-6.0.5

  • R
  • May 14, 2026
  • 547.71 KB
  • 101
  • 1.20.1
  • Forge

File Name

ProbeJSLegacy-1.20.1-6.0.5.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

ProbeJS Legacy 6.0.4 -> 6.0.5

  • [1.20.1] fix recipe shortcuts like event.shaped(...)
  • Fix some rare beaning name generation issue. Example: .getRGB() will now generate .RGB beaning instead of .rGB
  • Convertible type declaration with no modification is now moved to shared. This can greatly decrease the amount of script-type specific files
  • The param name in setter is now the same as original method
  • [1.20.1] remove invalid & duplicated assignment, better TemporalAmount & Item & ItemStack support
  • JClass is now a type instead of class
  • More precise check for functional interface
  • Allow generic param in lambda. Do you know that <K, V>(k: K, v: V) => void is a valid type declaration?