File Details
ProbeJS-7.7.2.jar
- R
- Oct 14, 2025
- 4.00 MB
- 37.7K
- 1.21.1
- NeoForge
File Name
ProbeJS-7.7.2.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
JavaScript Project
- VSCode config writing should be more reasonable now.
Typing
- Triggers auto-dump in a more reasonable way.
- Added back partial dump to make loading faster.
- Added config to toggle bean generation due to allergy.
- Static fields can also get beaned now.
- Switched to KubeJS's type resolution system.
- Class discovery is now on render thread to avoid problems.
- Redundant imports are stripped to reduce generated file size.
- All
stringnow resolves totype StringJS = {}to avoid weird typing problem likestring | Special.Item. - Added support for ComponentHolder's
setandgetfunctions. E.g. setting the max durability of an ItemStack. - Removed TS-compatible typing for
Java.loadClassandSpecial.XXXdue to performance issues. The support is now added using the tsserver plugin provided in the extension. - Removed dumping for
CUSTOM_STATdue to crazy typings in it.
Java Class Discovery
- Now does not initialize the class when checking class using
Class.forName. - Now skips loading of mixin-like classes to avoid problem, mixin classes is defined by having
mixinormixinsin package path.
Extension
- Added a lot of endpoints for the VSCode extension.