Mineuniverse
Log in Register
Mods

NetJS (KubeJS Addon)

Addon for KubeJS for very limited safe network interaction.
by KostromDan
Claim this project
140,866 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Description:
Addon for KubeJS for very limited safe network interaction.
Adds NetJSWrapper named NetJS which you can use anywhere in your scripts.
The mod itself does nothing.
Features:

// async, accessing the network will be a separate thread, the game will continue to run, and the callback will be called when the result is received.

  • NetJS.getPasteBin('3zCF8MM6', result => {})
  • NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', result => {})
    // linear, not recomended, because will stop main client/server thread utill result is received.
  • NetJS.getPasteBin('3zCF8MM6', false, result => {})
  • NetJS.getGists('3f1cd831af032e52238ef161bdd715b3', false, result => {})

Usage:

https://github.com/KostromDan/NetJS/branches

No files available for download.

More from KostromDan

Crash Assistant
54,848,009
M-Tech core
18,555
Mekalus (Oculus fork with fixed Mekanism MekaSuit rendering)
1,770,092
Simple Snowy Fix (Forge / Fabric)
11,579,151

You Might Also Like

Vivecraft
A Minecraft VR mod on a loader of your choice!
9,988,339
Athena
A crossplatform (Forge/Fabric) solution to connected block textures for 1.19.4+
99,799,527
Lodestone
A collection of code used throughout projects under the Lodestar team.
9,914,417
TheDragonLib
A library for most of sokratis12GR's Mods
9,910,232
Multi Mob Library
A library mod containing essential files for Daveyx0's mob mods
9,892,767
FTB Library (Forge) (Legacy)
FTB Library is a library mod that is used for some of our mods.
98,265,314