promotional bannermobile promotional banner

NetJS (KubeJS Addon)

Addon for KubeJS for very limited safe network interaction.

File Details

netjs-fabric-1.19.2-1.1.0.jar

  • R
  • Jul 26, 2023
  • 422.34 KB
  • 59
  • 1.19.2
  • Fabric

File Name

netjs-fabric-1.19.2-1.1.0.jar

Supported Versions

  • 1.19.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:netjs-kubejs-addon-888356:4664719"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.1.0 Major update.
- More parsed parameters from pastebin.
- Global improvements in logic.
- Small syntax changes:
Async:

old: NetJS.getPasteBinAsync('3zCF8MM6', result => {})
new: NetJS.getPasteBin('3zCF8MM6', result => {})

old: NetJS.getGistsAsync('3f1cd831af032e52238ef161bdd715b3', result => {})
new: NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', result => {})

Linear:
old: NetJS.getPasteBin('3zCF8MM6', result => {})
new: NetJS.getPasteBin('3zCF8MM6', false, result => {})

old: NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', result => {})
new: NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', false, result => {})