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
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 Scanningconfig provides no jar manifest
- NPE when there's no
- [1.16.5] make
BuiltinEventRecord.RECORDSa 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
AccessClassDataa static util class

