ProbeJS

Greatly enhances your KubeJS scripting experience by adding VSCode support.

File Details

probejs-5.9.1-forge.jar

  • R
  • Jan 10, 2024
  • 830.94 KB
  • 12.7K
  • 1.20.1
  • Forge + 1

File Name

probejs-5.9.1-forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:probejs-585406:5021484")

NeoForge

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

Learn more about Curse Maven

  • Added type descriptor formatting for KubeJS events.
  • Added Remote Schema function, which allows recipe support to be added via ProbeJS directly, without addons.
  • Above feature needs to be turned on now as runtime code downloading is bad.
  • Increased the mod count limitation from 100 to 350 as the performance of type dumps is improved.
  • Fixed any generated due to untyped parameterized types that occurred in recipe type descriptors.
  • Hardcoded most of the type assignments to reduce problem if Internet connection is not good.
  • Added type probing for TagKeyComponents without class specified.
  • Removed funny ArrayOrSelf type as recipe schemas are completely automated now.
  • Added support for typing the RecipeSchemaRegistryEventJS.

image