NetJS (KubeJS Addon)
Modby KostromDan
Addon for KubeJS for very limited safe network interaction.
Type
Mod
CurseForge Downloads
139,514
CurseForge ID
888356
Last Updated
Jun 12, 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
Vanilla Vistas
Overhauls terrain generation and biome placement without adding custom biomes
DummyCore Unofficial
The unofficial version of the DummyCore library with some changes and fixes.
Actually Harvest (right click and XP)
An actual working right click harvest without dependencies. XP from harvest feature as well. Automatically adds modded f...
Text Formatting Everywhere
Brings back the ability to use Minecraft's old formatting system.
Apotheosis Modern Ragnarok: Zero
Enables Apotheosis affixes on Timeless and Classic guns
Hytils Reborn
Hypixel-focused Quality of Life mod.