NetJS (KubeJS Addon)
Modby KostromDan
Addon for KubeJS for very limited safe network interaction.
Type
Mod
CurseForge Downloads
142,550
CurseForge ID
888356
Last Updated
Jul 27, 2026
Description
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:
Similar Mods
Create: Mechanical Botany
Gather plants from automation
Cobblemon Knowlogy
Knowlogy Book addon with wiki information about the Cobblemon mod. The Cobblepedia successor.
Random Enchants
Adds various miscellaneous enchants and curses to Minecraft
Max Enchant X
Sets the default maximum level for most enchantments to 10.
TuDiGong : Wayfinder
TuDiGong, a godlet who can help you find structures and biomes!
The Afterlight
Delve into a forgotten realm stuck in a blue moon.