File Details
ProbeJS-8.0.1.jar
- R
- May 15, 2026
- 2.34 MB
- 366
- 1.21.1
- NeoForge
File Name
ProbeJS-8.0.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
- Used
commonjsfor module type so thatrequire()is always used instead of ESMimport. Also addedpackage.jsonin case ifcommonjsstill does not work. - Convert button also handles single quotes and backticks now.
- Added much better support for
DataComponent. Components likeItem.of('minecraft:diamond_sword', { "minecraft:enchantments": { "minecraft:sharpness": 1 } })is fully typed. KubeIcon,ItemAbility, andDamageSourcenow have proper type aliases.

