promotional bannermobile promotional banner

ProbeJS

Greatly enhances your KubeJS scripting experience by adding VSCode support.

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

NeoForge

implementation "curse.maven:probejs-585406:8093570"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Used commonjs for module type so that require() is always used instead of ESM import. Also added package.json in case if commonjs still does not work.
  • Convert button also handles single quotes and backticks now.
  • Added much better support for DataComponent. Components like Item.of('minecraft:diamond_sword', { "minecraft:enchantments": { "minecraft:sharpness": 1 } }) is fully typed.
  • KubeIcon, ItemAbility, and DamageSource now have proper type aliases.