Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

52 total results found

LootJS

KubeJS Addons

Download: CurseForge, Modrinth No info yet!

ProbeJS

KubeJS Addons

Download: CurseForge No info yet!

KubeJS Additions

KubeJS Addons

Download: CurseForge, Modrinth No info yet! For more information please see the project's Github Page, which has usage examples and documentation.

MoreJS

KubeJS Addons

Download: CurseForge No info yet!

Global

KubeJS Intro

Primitive prototype additions String#namespace: String - namespace part of namespaced string, aka of "minecraft:oak_planks" it's "minecraft". Defaults to "minecraft" if there's no :. String#path: String - path part of namespaced string, aka of "minecraft:o...

PowerfulJS

KubeJS Addons

Download: CurseForge No info yet!

Features

KubeJS Intro

Here's a list of all documented (and sometimes undocumented) features that I can remember: [Full list of events] Editing Recipes Editing Tags Adding New Items Adding New Blocks Default Options Changing Window Title and Icon Changing Mod Display Names...

beJS

KubeJS Addons

Download: CurseForge The custom BlockEntity event is a startup event. Block Entities Custom BlockEntities are created in a startup script. They cannot be reloaded without restarting the game. The event is not cancellable. StartupEvents.registry('block', ...

ScreenJS

KubeJS Addons

Download: CurseForge The custom ContainerMenu event is a startup event. Custom Container menus are created in a startup script. They cannot be reloaded without restarting the game. The event is not cancellable. for block entities: StartupEvents.registry('m...

Changing Mod Display Names

KubeJS Other

Yes, it's cursed, but possible! In a startup script, add this line: Platform.mods.kubejs.name = 'My Modpack Name' This is useful when you add a bunch of items with KubeJS but want them to show your modpack name instead of "KubeJS" And yes, you can change n...

KJSPKG

KubeJS Addons

KJSPKG is a package manager for KubeJS that can allow you to download different example scripts and libraries into your instance. It will automatically manage minecraft version, modloader, dependency and incompatibility control. It works with KubeJS 6 (1.19), ...

KubeJS 6.1 Update

KubeJS Other

For script and pack developers Scheduled events now take in durations (especially strings such as 200 t for tick durations as well) for their delays! NetworkEvents.fromServer and NetworkEvents.fromClient have been merged into NetworkEvents.dataReceived, wh...