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

108 total results found

KubeJS Create

KubeJS Addons

Download: CurseForge, Modrinth The example scripts are only here to demonstrate the recipes. They are not meant to be used with the items shown. Compacting Syntax: compacting(output[], input[]) Features: supports multiple inputs and outputs supports .h...

KubeJS Immersive Engineering

KubeJS Addons

Download: CurseForge, Modrinth No info yet!

KubeJS Mekanism

KubeJS Addons

Download: CurseForge, Modrinth No info yet!

PonderJS

KubeJS Addons

Download: CurseForge No info yet!

KubeJS Blood Magic

KubeJS Addons

Download: CurseForge No info yet!

KubeJS Tinkers Construct

KubeJS Addons

Download: CurseForge No info yet!

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!

Block Modification

KubeJS Events

The block modification event is a startup event. BlockEvents.modification event is a startup script event that allows you to change properties of existing blocks. BlockEvents.modification(e => { e.modify('minecraft:stone', block => { block.destroySpe...

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...

KubeJS REI Runtime

KubeJS Addons

Download: Curseforge Modrinth KubeJS REI Runtime lets you show/hide items in REI dynamically, it provides these methods by default: // in client_scripts REIRuntime.showItem(item); // shows an item in REI REIRuntime.showItems([item, item, ...]); // shows ...

KubeJS Botany Pots

KubeJS Addons

Download: Curseforge Modrinth This mod allows you to create crops, soils, and fertilizers for the Botany Pots mod.  ServerEvents.recipes(event => { event.recipes.botanypots.crop( "minecraft:candle", // seed item ["oak_leaves"], // cate...

KubeJS Ars Nouveau

KubeJS Addons

Download: Curseforge, Modrinth This addon allows you to create recipes for the mod Ars Nouveau ServerEvents.recipes(event => { event.recipes.ars_nouveau.enchanting_apparatus( [ "minecraft:sand", "minecraft:sand", ...

KubeJS ProjectE

KubeJS Addons

Download: Curseforge, Modrinth Lets you set the EMC values of items and the Philosopher's Stone transformations blocks with the ProjectE mod. Examples are shown below. Server side events ( server_scripts ): ProjectEEvents.setEMC(event => { // sets the ...